From 41777ba188f9eeff7de6bbe649bd1a70941ac911 Mon Sep 17 00:00:00 2001 From: amonkhouse Date: Mon, 20 May 2024 18:07:30 +0100 Subject: [PATCH] fix: slack token with valid credentials --- .github/workflows/security-bounty-rotation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-bounty-rotation.yml b/.github/workflows/security-bounty-rotation.yml index 83be37d..f516034 100644 --- a/.github/workflows/security-bounty-rotation.yml +++ b/.github/workflows/security-bounty-rotation.yml @@ -24,7 +24,7 @@ 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 @@ -32,4 +32,4 @@ jobs: 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 }}