Commit 7357a20 1 parent 55c88de commit 7357a20 Copy full SHA for 7357a20
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
webapp="${{ vars.ECR_URL }}:$SHA"
115
115
116
116
- name : Send deploy notification to product Slack channel
117
- uses : slackapi/slack-github-action@v1.25 .0
117
+ uses : slackapi/slack-github-action@v1.26 .0
118
118
with :
119
119
payload : |
120
120
{
@@ -201,7 +201,7 @@ jobs:
201
201
webapp="${{ vars.ECR_URL }}:$SHA"
202
202
203
203
- name : Send deploy notification to product Slack channel
204
- uses : slackapi/slack-github-action@v1.25 .0
204
+ uses : slackapi/slack-github-action@v1.26 .0
205
205
with :
206
206
payload : |
207
207
{
@@ -289,7 +289,7 @@ jobs:
289
289
webapp="${{ vars.ECR_URL }}:$SHA"
290
290
291
291
- name : Send deploy notification to product Slack channel
292
- uses : slackapi/slack-github-action@v1.25 .0
292
+ uses : slackapi/slack-github-action@v1.26 .0
293
293
with :
294
294
payload : |
295
295
{
@@ -319,7 +319,7 @@ jobs:
319
319
SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
320
320
321
321
- name : Send deploy notification to product Slack channel
322
- uses : slackapi/slack-github-action@v1.25 .0
322
+ uses : slackapi/slack-github-action@v1.26 .0
323
323
with :
324
324
payload : |
325
325
{
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ concurrency:
12
12
jobs :
13
13
test :
14
14
runs-on : ubuntu-latest
15
+ permissions :
16
+ checks : write
15
17
16
18
env :
17
19
RAILS_ENV : test
You can’t perform that action at this time.
0 commit comments