Skip to content

Commit

Permalink
internal: Fix the first Slack message before snapshot release (#3753)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial authored Dec 6, 2024
1 parent 6fa9eb8 commit 6237920
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:
id: slack
uses: slackapi/[email protected]
with:
# wvlet dev-snapshot channel
channel-id: 'C04CC79BZ7A'
slack-message: "Publishing a snapshot version of airframe: `${{ env.AIRFRAME_VERSION }}`"
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
# wvlet dev-snapshot channel
channel: C04CC79BZ7A
text: "Publishing a snapshot version of airframe: `${{ env.AIRFRAME_VERSION }}`"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
- name: Publish snapshots
Expand Down

0 comments on commit 6237920

Please sign in to comment.