Skip to content

Commit eba3b2c

Browse files
authored
rm GH_TOKEN from branch push
1 parent a79e989 commit eba3b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytorch_ifu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
123123
- name: Push branch & tag 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)