mirror of
https://github.com/google-github-actions/auth.git
synced 2026-03-13 18:17:12 -04:00
18 lines
358 B
YAML
18 lines
358 B
YAML
name: 'Release'
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'main'
|
|
- 'release/**/*'
|
|
|
|
jobs:
|
|
release:
|
|
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
|
|
permissions:
|
|
attestations: 'write'
|
|
contents: 'write'
|
|
packages: 'write'
|
|
secrets:
|
|
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'
|