From 412ea150fc66ef5bad1b96b5bc95337ef2b77336 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Wed, 13 Dec 2023 13:10:28 -0500 Subject: [PATCH] Assign checkout token --- .github/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a67e11b..6c82432 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -68,6 +68,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} - uses: ./.github/actions/setup - name: Retrieve saved build files uses: actions/download-artifact@v3