Skip to content

Commit b041c3b

Browse files
committed
ci: pass in SVC_CLI_BOT_GITHUB_TOKEN
1 parent 063bc92 commit b041c3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-github-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
release:
99
uses: salesforcecli/github-workflows/.github/workflows/create-github-release.yml@main
10-
secrets: inherit
10+
# secrets: inherit
1111
# you can also pass in values for the secrets
12-
# secrets:
13-
# SVC_CLI_BOT_GITHUB_TOKEN: gh_pat00000000
12+
secrets:
13+
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)