Skip to content

Commit 955def4

Browse files
authored
chore(ci): Update release workflow (#269)
1 parent 5406f9e commit 955def4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
name: release-please
2+
name: release
3+
34

45
"on":
56
push:
@@ -14,9 +15,11 @@ permissions:
1415
id-token: write
1516

1617
jobs:
17-
release-cookbook:
18-
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.3
18+
release:
19+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@main
1920
secrets:
2021
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2122
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
2223
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)