From 388163a3d57bd3e7e83be2143b9e53cf821301b4 Mon Sep 17 00:00:00 2001 From: Tomasz Janiszewski Date: Mon, 19 Sep 2022 14:57:02 +0200 Subject: [PATCH] Use @roxbot PAT to interact with repo --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) 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: |