Skip to content

chore(ci): Fix release-cookbook not having a with.token reference (#838) #18

chore(ci): Fix release-cookbook not having a with.token reference (#838)

chore(ci): Fix release-cookbook not having a with.token reference (#838) #18

Workflow file for this run

---

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 21, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.PORTER_GITHUB_TOKEN
name: release-please
"on":
push:
branches: [main]
permissions:
contents: write
issues: write
pull-requests: write
packages: write
attestations: write
id-token: write
jobs:
release-cookbook:
uses: sous-chefs/.github/.github/workflows/[email protected]
secrets: inherit
with:
token: ${{ secrets.PORTER_GITHUB_TOKEN }}