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 582d74f commit 40dd00bCopy full SHA for 40dd00b
.github/workflows/transfer-approved-submission.yml
@@ -9,10 +9,10 @@ jobs:
9
if: github.event.label.name == 'approved'
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Transfer Issue
+ - name: Transfer Issue to Private Repo
13
uses: actions/github-script@v6
14
with:
15
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.PRIVATE_REPO_TOKEN }}
16
script: |
17
const issue = context.payload.issue;
18
const repoOwner = context.repo.owner;
0 commit comments