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 a66eeda commit e0df08fCopy full SHA for e0df08f
.github/workflows/pytorch_ifu.yml
@@ -46,7 +46,7 @@ jobs:
46
DOWNSTREAM_REMOTE: origin # IFU target remote name
47
DOWNSTREAM_REPO: ${{ inputs.ifu_target_repo }} # target repo for IFU (fork); actions/checkout sets this to origin
48
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
+ GH_TOKEN: ${{ secrets.IFU_GITHUB_TOKEN }} # used by gh; provided by Action
50
steps:
51
- name: Checkout repository (${{ env.DOWNSTREAM_REPO }}) (full history)
52
uses: actions/checkout@v4
0 commit comments