We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063bc92 commit b041c3bCopy full SHA for b041c3b
1 file changed
.github/workflows/create-github-release.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
release:
9
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main
10
- secrets: inherit
+ # secrets: inherit
11
# you can also pass in values for the secrets
12
- # secrets:
13
- # SVC_CLI_BOT_GITHUB_TOKEN: gh_pat00000000
+ secrets:
+ SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
0 commit comments