From 63cde88edb47042a3d86d4cdefffe59a433ca8db Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sun, 3 Mar 2024 13:44:05 +0100 Subject: [PATCH] Use PAT --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 68d9f08..f5b76de 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - + with: + token: ${{ secrets.PAT }} - name: Extract version from commit message id: extract_version run: |