Skip to content

chore(deps): update sous-chefs/.github action to v5.0.1 #22

chore(deps): update sous-chefs/.github action to v5.0.1

chore(deps): update sous-chefs/.github action to v5.0.1 #22

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: 20, Col: 14): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.PORTER_GITHUB_TOKEN, (Line: 21, Col: 25): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.SUPERMARKET_USER, (Line: 22, Col: 24): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.SUPERMARKET_KEY
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]
with:
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
supermarket_user: ${{ secrets.SUPERMARKET_USER }}
supermarket_key: ${{ secrets.SUPERMARKET_KEY }}