Skip to content

Commit

Permalink
fix: slack token with valid credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
amonkhouse committed May 20, 2024
1 parent c003dc7 commit 41777ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-bounty-rotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
run: echo "PAYLOAD=$(artsy scheduled:security-bounty-rotation)" >> "$GITHUB_OUTPUT"
env:
OPSGENIE_API_KEY: ${{ secrets.OPSGENIE_API_KEY }}
SLACK_WEB_API_TOKEN: ${{ secrets.SLACK_PRODUCT_BOUNTY_ROTATIONS_URL }}
SLACK_WEB_API_TOKEN: ${{ secrets.SLACK_WEB_API_TOKEN }}

- name: Standup Reminder > Slack
uses: 8398a7/action-slack@v3
with:
status: custom
custom_payload: ${{steps.cli.outputs.PAYLOAD}}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_PRODUCT_BOUNTY_ROTATIONS_URL }}

0 comments on commit 41777ba

Please sign in to comment.