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 f4de4b5 commit df727edCopy full SHA for df727ed
.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
@@ -16,8 +16,10 @@ permissions:
16
17
jobs:
18
release:
19
- uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.5
+ uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@main
20
secrets:
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