Skip to content

Commit

Permalink
Merge pull request #51 from theohbrothers/docs/readme-add-comments-fo…
Browse files Browse the repository at this point in the history
…r-ci-global-variables-in-ci-entrypoint-scripts-example

Docs (readme): Add comments for CI global variables in CI entrypoint scripts example
  • Loading branch information
joeltimothyoh authored May 17, 2024
2 parents 62e73d3 + dbc308b commit fa752db
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 fa752db

Please sign in to comment.