Skip to content

Commit bc992b7

Browse files
authored
chore(ci): Update release workflow (#1326)
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 892048e commit bc992b7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: release
33

44
"on":
55
push:
6-
branches:
7-
- main
6+
branches: [main]
87

98
permissions:
109
contents: write
@@ -16,8 +15,10 @@ permissions:
1615

1716
jobs:
1817
release:
19-
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.3
18+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@main
2019
secrets:
2120
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2221
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
2322
supermarket_key: ${{ secrets.CHEF_SUPERMARKET_KEY }}
23+
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
24+
slack_channel_id: ${{ secrets.SLACK_CHANNEL_ID }}

0 commit comments

Comments
 (0)