diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4aa41f5..573eba9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: - name: Create Release in Target Repository uses: actions/github-script@v7 with: - github-token: ${{ secrets.TOKEN }} + github-token: ${{ secrets.PAT }} script: | const ownerName = 'debridmediamanager'; const repoName = 'zurg-early-releases';