Skip to content

Commit e0df08f

Browse files
authored
Update GITHUB_TOKEN (#2692)
Fixes #ISSUE_NUMBER
1 parent a66eeda commit e0df08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytorch_ifu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
DOWNSTREAM_REMOTE: origin # IFU target remote name
4747
DOWNSTREAM_REPO: ${{ inputs.ifu_target_repo }} # target repo for IFU (fork); actions/checkout sets this to origin
4848
DOWNSTREAM_BRANCH: ${{ inputs.ifu_target_branch }} # target branch for IFU
49-
GH_TOKEN: ${{ secrets.PG_GITHUB_TOKEN }} # used by gh; provided by Action @TODO remove PG before merging
49+
GH_TOKEN: ${{ secrets.IFU_GITHUB_TOKEN }} # used by gh; provided by Action
5050
steps:
5151
- name: Checkout repository (${{ env.DOWNSTREAM_REPO }}) (full history)
5252
uses: actions/checkout@v4

0 commit comments

Comments
 (0)