diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 8f23e58..4d49a8d 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -16,9 +16,9 @@ on: jobs: draft-release: name: 'Draft release' - uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0' + uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@main' 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 }}' \ No newline at end of file + ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'