Skip to content

Commit

Permalink
internal: Fix slack notification workflow (#3751)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial authored Dec 6, 2024
1 parent 31f5219 commit 68239b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ jobs:
- name: Notify the completion to Slack
uses: slackapi/[email protected]
with:
token: ${{ secrets.SLACK_BOT_TOKEN }}
# wvlet dev-snapshot channel
channel-id: 'C04CC79BZ7A'
# Update the thread
update-ts: ${{ steps.slack.outputs.ts }}
slack-message: "[done] Published a snapshot version of airframe: `${{ env.AIRFRAME_VERSION }}`"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 68239b7

Please sign in to comment.