diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea32a9c5..19f16d31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,8 @@ jobs: GITSIGN_LOG: "/tmp/gitsign.log" steps: - uses: actions/checkout@v3 + with: + token: ${{ secrets.PAT }} - uses: chainguard-dev/actions/setup-gitsign@main - name: Setup git user run: |