fix webhook token (#66883)

Accidentally inverted these
This commit is contained in:
Zack Tanner 2024-06-14 13:10:56 -07:00 committed by GitHub
parent 710b0b7cd4
commit f8f27734f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,4 +88,4 @@ jobs:
"workflow_run_url": "github.com/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}/attempts/${{ github.event.workflow_run.run_attempt }}"
}
env:
SLACK_DEPLOY_TEST_WEBHOOK_URL: ${{ env.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ env.SLACK_DEPLOY_TEST_WEBHOOK_URL }}