diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 85fe9b36..1898bc22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -114,7 +114,7 @@ jobs: webapp="${{ vars.ECR_URL }}:$SHA" - name: Send deploy notification to product Slack channel - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: payload: | { @@ -201,7 +201,7 @@ jobs: webapp="${{ vars.ECR_URL }}:$SHA" - name: Send deploy notification to product Slack channel - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: payload: | { @@ -289,7 +289,7 @@ jobs: webapp="${{ vars.ECR_URL }}:$SHA" - name: Send deploy notification to product Slack channel - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: payload: | { @@ -319,7 +319,7 @@ jobs: SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - name: Send deploy notification to product Slack channel - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: payload: | { diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86a800bf..9c15208b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,8 @@ concurrency: jobs: test: runs-on: ubuntu-latest + permissions: + checks: write env: RAILS_ENV: test