$'fix release workflow files' (#198)
This commit is contained in:
parent
157280cef2
commit
02b3962042
1 changed files with 3 additions and 0 deletions
3
.github/workflows/draft-release.yml
vendored
3
.github/workflows/draft-release.yml
vendored
|
|
@ -19,3 +19,6 @@ jobs:
|
|||
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0'
|
||||
with:
|
||||
version_strategy: '${{ github.event.inputs.version_strategy }}'
|
||||
# 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
|
||||
secrets:
|
||||
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue