We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800e949 commit a90ced7Copy full SHA for a90ced7
1 file changed
.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
14
${{ startsWith(github.event.head_commit.message, 'Release: v') }}
15
name: 'Release'
16
uses: 'google-github-actions/.github/.github/workflows/release.yml@v1' # ratchet:exclude
17
+ secrets:
18
+ ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'
19
20
publish:
21
needs:
0 commit comments