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