Skip to content

Commit 40dd00b

Browse files
Update transfer-approved-submission.yml
1 parent 582d74f commit 40dd00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
if: github.event.label.name == 'approved'
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Transfer Issue
12+
- name: Transfer Issue to Private Repo
1313
uses: actions/github-script@v6
1414
with:
15-
github-token: ${{ secrets.GITHUB_TOKEN }}
15+
github-token: ${{ secrets.PRIVATE_REPO_TOKEN }}
1616
script: |
1717
const issue = context.payload.issue;
1818
const repoOwner = context.repo.owner;

0 commit comments

Comments
 (0)