We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc031b commit 810744eCopy full SHA for 810744e
.github/workflows/transfer-approved-submission.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/github-script@v7
44
with:
45
# IMPORTANT: this token must have write access to BOTH repos
46
- github-token: ${{ secrets.PRIVATE_REPO_TOKEN }}
+ github-token: ${{ secrets.PRIVATE_TOKEN }}
47
script: |
48
const dryRun = core.getInput('dry_run') === 'true';
49
const privateOwner = core.getInput('private_owner');
0 commit comments