Skip to content

Commit

Permalink
ci: pass in SVC_CLI_BOT_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Mar 1, 2024
1 parent 063bc92 commit b041c3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
release:
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main
secrets: inherit
# secrets: inherit
# you can also pass in values for the secrets
# secrets:
# SVC_CLI_BOT_GITHUB_TOKEN: gh_pat00000000
secrets:
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}

0 comments on commit b041c3b

Please sign in to comment.