Skip to content

ci: bump release workflow to 6.0.0 #6

ci: bump release workflow to 6.0.0

ci: bump release workflow to 6.0.0 #6

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:
<<<<<<< HEAD

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@6.0.0
=======
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@6.0.0
>>>>>>> ac00e37 (ci: bump release workflow to 6.0.0)
secrets:
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
supermarket_key: ${{ secrets.CHEF_SUPERMARKET_KEY }}