Use new token

This commit is contained in:
Ben Sarmiento
2024-02-01 02:24:28 +01:00
parent 1e24478ff5
commit 8f08178b7d

View File

@@ -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';