Skip to content

Commit df727ed

Browse files
authored
chore(ci): Update release workflow (#813)
1 parent f4de4b5 commit df727ed

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

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

4+
45
"on":
56
push:
6-
branches:
7-
- main
7+
branches: [main]
88

99
permissions:
1010
contents: write
@@ -16,8 +16,10 @@ permissions:
1616

1717
jobs:
1818
release:
19-
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.5
19+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@main
2020
secrets:
2121
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2222
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
2323
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)