Skip to content

Commit 810744e

Browse files
Update transfer-approved-submission.yml
1 parent 9dc031b commit 810744e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/transfer-approved-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/github-script@v7
4444
with:
4545
# IMPORTANT: this token must have write access to BOTH repos
46-
github-token: ${{ secrets.PRIVATE_REPO_TOKEN }}
46+
github-token: ${{ secrets.PRIVATE_TOKEN }}
4747
script: |
4848
const dryRun = core.getInput('dry_run') === 'true';
4949
const privateOwner = core.getInput('private_owner');

0 commit comments

Comments
 (0)