Skip to content

Commit

Permalink
Merge pull request #312 from leanix/renovate/archive-github-actions-s…
Browse files Browse the repository at this point in the history
…lack-2.x

Update archive/github-actions-slack action to v2
  • Loading branch information
DennisBerthold-leanix authored Apr 4, 2024
2 parents 3a6ce01 + 1732b81 commit e00c811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Send CI/CD pipeline success message
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: archive/github-actions-slack@v1.0.0
uses: archive/github-actions-slack@v2.9.0
with:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_TOKEN }}
slack-channel: ${{ env.SLACK-CHANNEL }}
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Send CI/CD pipeline failure message
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
uses: archive/github-actions-slack@v1.0.0
uses: archive/github-actions-slack@v2.9.0
with:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_TOKEN }}
slack-channel: ${{ env.SLACK-CHANNEL }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Send build / release fail message
if: failure() && (startsWith(github.ref, 'refs/tags/') || github.ref=='refs/heads/main')
uses: archive/github-actions-slack@v1.0.0
uses: archive/github-actions-slack@v2.9.0
with:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_TOKEN }}
slack-channel: '#team-helios-notifications'
Expand All @@ -107,7 +107,7 @@ jobs:
${{ env.ACTION_URL }}
- name: Send build / release success message
uses: archive/github-actions-slack@v1.0.0
uses: archive/github-actions-slack@v2.9.0
with:
slack-bot-user-oauth-access-token: ${{ secrets.SLACK_TOKEN }}
slack-channel: '#team-helios-notifications'
Expand Down

0 comments on commit e00c811

Please sign in to comment.