Skip to content

Commit

Permalink
ci: Update to slack github action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mills-cqc authored Nov 19, 2024
1 parent eb7d846 commit 6002f8f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pytket_benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ jobs:
id: slack
uses: slackapi/[email protected]
with:
channel-id: 'G01CP0YFFA7'
slack-message: '${{ env.RETURN_TEST }} Release tag: ${{ github.event.release.tag_name }}.'
token: ${{ secrets.PYTKET_BENCHMARKING_SLACK_BOT_TOKEN }}
payload: |
channel: 'G01CP0YFFA7'
text: '${{ env.RETURN_TEST }} Release tag: ${{ github.event.release.tag_name }}.'
env:
SLACK_BOT_TOKEN: ${{ secrets.PYTKET_BENCHMARKING_SLACK_BOT_TOKEN }}
RETURN_TEST: ${{ env.RETURN_TEST }}

0 comments on commit 6002f8f

Please sign in to comment.