Skip to content

Commit 6894c52

Browse files
authored
$'fix release workflow files' (#345)
1 parent dee40cf commit 6894c52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/draft-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ jobs:
1919
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0'
2020
with:
2121
version_strategy: '${{ github.event.inputs.version_strategy }}'
22+
# secrets must be explicitly passed to reusable workflows https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow
23+
secrets:
24+
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'

0 commit comments

Comments
 (0)