Skip to content

Commit

Permalink
$'fix release workflow files' (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
verbanicm committed Jun 16, 2022
1 parent 157280c commit 02b3962
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/draft-release.yml
Expand Up @@ -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 }}'

0 comments on commit 02b3962

Please sign in to comment.