Skip to content

Update sous-chefs/.github action to v6 (#37) #7

Update sous-chefs/.github action to v6 (#37)

Update sous-chefs/.github action to v6 (#37) #7

Workflow file for this run

---
name: release
"on":
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
packages: write
attestations: write
id-token: write
jobs:
release:
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@6.0.0

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

View workflow run for this annotation

GitHub Actions / release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 19, Col: 11): Secret slack_bot_token is required, but not provided while calling. .github/workflows/release.yml (Line: 19, Col: 11): Secret slack_channel_id is required, but not provided while calling.
secrets:
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
supermarket_key: ${{ secrets.CHEF_SUPERMARKET_KEY }}