From 52c36896ef7a5cc6a113a625ce7052084138f406 Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Wed, 10 Apr 2024 12:52:43 -0700 Subject: [PATCH] Rename secret --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 77a5fa53..315ad024 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - token: ${{ secrets.PUSH_FROM_WORKFLOW_TO_RETRIGGER }} + token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }} - name: Check for (and add) missing copyrights shell: bash