We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff676b commit 4b86cecCopy full SHA for 4b86cec
1 file changed
.github/workflows/release.yml
@@ -1,10 +1,10 @@
1
---
2
name: release
3
4
+
5
"on":
6
push:
- branches:
7
- - main
+ branches: [main]
8
9
permissions:
10
contents: write
@@ -21,3 +21,5 @@ jobs:
21
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
22
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
23
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