diff --git a/.github/workflows/actual-release.yml b/.github/workflows/actual-release.yml index e0d4127..5365cb0 100644 --- a/.github/workflows/actual-release.yml +++ b/.github/workflows/actual-release.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT }} - name: Fetch release version run: |