Skip to content

Commit ea3221c

Browse files
authored
chore(ci): Update release workflow (#597)
1 parent c84c8e3 commit ea3221c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 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
@@ -21,3 +21,5 @@ jobs:
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)