1
0
Fork 0
mirror of synced 2026-06-05 15:28:19 +00:00

$'fix release workflow files' (#198)

This commit is contained in:
Mike Verbanic 2022-06-16 16:14:54 -04:00 committed by GitHub
commit 02b3962042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,3 +19,6 @@ jobs:
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0' uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0'
with: with:
version_strategy: '${{ github.event.inputs.version_strategy }}' 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 }}'