Skip to content

Commit c74ff6e

Browse files
authored
chore(ci): Update release workflow (#82)
1 parent f8d13aa commit c74ff6e

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
---
22
name: release
33

4+
45
"on":
56
push:
6-
branches:
7-
- main
7+
branches: [main]
8+
9+
permissions:
10+
contents: write
11+
issues: write
12+
pull-requests: write
13+
packages: write
14+
attestations: write
15+
id-token: write
816

917
jobs:
1018
release:
11-
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.3
19+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@main
1220
secrets:
1321
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
1422
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
1523
supermarket_key: ${{ secrets.CHEF_SUPERMARKET_KEY }}
24+
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
25+
slack_channel_id: ${{ secrets.SLACK_CHANNEL_ID }}

0 commit comments

Comments
 (0)