From 7218ed77ea1ae99186efced0dfdebeceae672ec1 Mon Sep 17 00:00:00 2001 From: Prachi Gupta Date: Thu, 2 Oct 2025 19:04:59 -0400 Subject: [PATCH] Update GITHUB_TOKEN --- .github/workflows/pytorch_ifu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytorch_ifu.yml b/.github/workflows/pytorch_ifu.yml index ed8a84445749f..fe7439e2e7475 100644 --- a/.github/workflows/pytorch_ifu.yml +++ b/.github/workflows/pytorch_ifu.yml @@ -46,7 +46,7 @@ jobs: DOWNSTREAM_REMOTE: origin # IFU target remote name DOWNSTREAM_REPO: ${{ inputs.ifu_target_repo }} # target repo for IFU (fork); actions/checkout sets this to origin DOWNSTREAM_BRANCH: ${{ inputs.ifu_target_branch }} # target branch for IFU - 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 steps: - name: Checkout repository (${{ env.DOWNSTREAM_REPO }}) (full history) uses: actions/checkout@v4