From f55c3701081193ce168102b8218f98a5cf5aca7c Mon Sep 17 00:00:00 2001 From: Mat Date: Thu, 24 Oct 2024 16:12:51 -0700 Subject: [PATCH] update fixture ci job to use the right secret --- .github/workflows/ci-regenerate-fixtures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-regenerate-fixtures.yml b/.github/workflows/ci-regenerate-fixtures.yml index 94ccff899d..dc766b127f 100644 --- a/.github/workflows/ci-regenerate-fixtures.yml +++ b/.github/workflows/ci-regenerate-fixtures.yml @@ -45,4 +45,4 @@ jobs: status: ${{ job.status }} notify_when: 'failure' env: - SLACK_WEBHOOK_URL: ${{ secrets.GITHUB_ACTIONS_SLACK_WEBHOOK }} + SLACK_WEBHOOK_URL: ${{ secrets.GH_ACTIONS_SLACK_WEBHOOK }}