Use new token
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -146,7 +146,7 @@ jobs:
|
|||||||
- name: Create Release in Target Repository
|
- name: Create Release in Target Repository
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.TOKEN }}
|
github-token: ${{ secrets.PAT }}
|
||||||
script: |
|
script: |
|
||||||
const ownerName = 'debridmediamanager';
|
const ownerName = 'debridmediamanager';
|
||||||
const repoName = 'zurg-early-releases';
|
const repoName = 'zurg-early-releases';
|
||||||
|
|||||||
Reference in New Issue
Block a user