Skip to content

Commit

Permalink
Docs (readme): Add comments for CI global variables in CI entrypoint …
Browse files Browse the repository at this point in the history
…scripts example
  • Loading branch information
joeltimothyoh committed May 17, 2024
1 parent 62e73d3 commit dbc308b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ Simply define necessary environment variables and/or parameter values prior to e

```powershell
# CI global variables
$env:GITHUB_API_TOKEN = 'xxx'
$env:RELEASE_TAG_REF = 'vx.x.x'
$env:GITHUB_API_TOKEN = 'xxx' # required for Release
$env:RELEASE_TAG_REF = 'vx.x.x' # required for Generate and Release
# Generate and Release variables
#$env:PROJECT_DIRECTORY = "$(git rev-parse --show-toplevel)" # optional
Expand Down

0 comments on commit dbc308b

Please sign in to comment.