Skip to content

docs: add fork support documentation for PR review workflow (#268) #139

docs: add fork support documentation for PR review workflow (#268)

docs: add fork support documentation for PR review workflow (#268) #139

Workflow file for this run

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 }}'