From 259de3a21337509e2fdf7e475e8fa0ff727ef4fa Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 22 May 2024 09:38:32 -0600 Subject: [PATCH] Use the ECC CI user to run rendering. --- .github/workflows/render.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index 32134063d..e915559d8 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4.1.2 + with: + token: ${{ secrets.CI_TOKEN }} - name: Compile ZIPs and Zcash Protocol Specification uses: ./.github/actions/render