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
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
github-token: ${{ secrets.TOKEN }}
|
||||
github-token: ${{ secrets.PAT }}
|
||||
script: |
|
||||
const ownerName = 'debridmediamanager';
|
||||
const repoName = 'zurg-early-releases';
|
||||
|
||||
Reference in New Issue
Block a user