Skip to content

Commit 57007c5

Browse files
authored
Updated token name
1 parent b4c503f commit 57007c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copy-to-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
new_issue_url="$(gh issue create --title "$ISSUE_TITLE" --body "$ISSUE_BODY" --repo github/docs-content)"
3838
echo 'NEW_ISSUE='$new_issue_url >> $GITHUB_ENV
3939
env:
40-
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}}
40+
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}
4141
ISSUE_TITLE: ${{ github.event.issue.title }}
4242
ISSUE_BODY: ${{ github.event.issue.body }}
4343

@@ -47,7 +47,7 @@ jobs:
4747
:exclamation: When you close this issue, also comment on and close the original issue.
4848
:question: Was this issue something that could have been caught by a linter? If so, suggest a new rule in [#ecosystem-api](https://github.slack.com/archives/C1042T6MS)."
4949
env:
50-
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}}
50+
GITHUB_TOKEN: ${{secrets.ISSUE_TRANSFER_TOKEN}}
5151
NEW_ISSUE: ${{ env.NEW_ISSUE }}
5252
OLD_ISSUE: ${{ github.event.issue.html_url }}
5353
PRIORITY: ${{ steps.priority.outputs.result }}

0 commit comments

Comments
 (0)