Skip to content

Commit

Permalink
Change the channel back
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Jul 23, 2024
1 parent 0f5eb5c commit ba20944
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-periodic-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
run: yarn tsx ./.github/scripts/determine-initial-slack-payload.ts
env:
MODULE_LINT_RUNS_DIRECTORY: /tmp/module-lint-runs
SLACK_CHANNEL_ID: C06S195ANA0 # Channel: #temp-test-module-lint
SLACK_CHANNEL_ID: C074PNYH0R4 # Channel: #wallet-framework-automations
- name: Post to Slack
id: initial-slack-message
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
with:
channel-id: C06S195ANA0 # Channel: #temp-test-module-lint
channel-id: C074PNYH0R4 # Channel: #wallet-framework-automations
payload: ${{ steps.slack-payload.outputs.SLACK_PAYLOAD }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down Expand Up @@ -108,12 +108,12 @@ jobs:
env:
PROJECT_NAME: ${{ matrix.project }}
MODULE_LINT_RUNS_DIRECTORY: ${{ steps.load-report.outputs.download-path }}
SLACK_CHANNEL_ID: C06S195ANA0 # Channel: #temp-test-module-lint
SLACK_CHANNEL_ID: C074PNYH0R4 # Channel: #wallet-framework-automations
SLACK_THREAD_TS: ${{ needs.post-initial-message-to-slack.outputs.slack-thread-ts }}
- name: Post to Slack
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
with:
channel-id: C06S195ANA0 # Channel: #temp-test-module-lint
channel-id: C074PNYH0R4 # Channel: #wallet-framework-automations
payload: ${{ steps.slack-payload.outputs.SLACK_PAYLOAD }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit ba20944

Please sign in to comment.