Skip to content

Commit a4ccf0b

Browse files
authored
Add GH_TOKEN
1 parent eba3b2c commit a4ccf0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pytorch_ifu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ jobs:
120120
echo "merge_status=conflict" >> $GITHUB_OUTPUT
121121
fi
122122
123-
- name: Push branch & tag to fork
123+
- name: Push branch to fork
124124
working-directory: ${{ env.DOWNSTREAM_REPO }}
125-
# env:
126-
# GH_TOKEN: ${{ steps.app-token.output.token }}
125+
env:
126+
GH_TOKEN: ${{ steps.app-token.output.token }}
127127
run: |
128128
git push ${DOWNSTREAM_REMOTE} "${{ steps.tag.outputs.TAG }}"
129129

0 commit comments

Comments
 (0)