From 5604643d6e86331e2629080dfe6a1cac360c69f0 Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Wed, 10 Apr 2024 12:03:06 -0700 Subject: [PATCH] checkout copyright action with secret --- .github/workflows/github-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 256bfbc1..9df7e499 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -13,6 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + token: ${{ secrets.PUSH_FROM_WORKFLOW_TO_RETRIGGER }} - name: Check for (and add) missing copyrights shell: bash @@ -128,7 +130,6 @@ jobs: jekyll: name: Build and Deploy Jekyll Site needs: [copyright, check, python_sdk] - if: always() runs-on: ubuntu-latest steps: - name: Checkout source branch (the PR branch)