mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-05 22:47:04 +00:00
Temporarily use @main to test releases
This commit is contained in:
parent
5431d4afba
commit
7004cc6280
1 changed files with 2 additions and 2 deletions
4
.github/workflows/draft-release.yml
vendored
4
.github/workflows/draft-release.yml
vendored
|
|
@ -16,9 +16,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
draft-release:
|
draft-release:
|
||||||
name: '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:
|
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 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:
|
secrets:
|
||||||
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'
|
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue