Skip to content

Commit a79e989

Browse files
authored
remove gh authenticate step
1 parent 561c9d0 commit a79e989

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/pytorch_ifu.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,17 @@ jobs:
127127
run: |
128128
git push ${DOWNSTREAM_REMOTE} "${{ steps.tag.outputs.TAG }}"
129129
130-
- name: Authenticate gh (non-interactive)
131-
working-directory: ${{ env.DOWNSTREAM_REPO }}
132-
env:
133-
GH_TOKEN: ${{ steps.app-token.output.token }}
134-
run: |
135-
echo "$GH_TOKEN"
136-
gh auth status -t
130+
# - name: Authenticate gh (non-interactive)
131+
# working-directory: ${{ env.DOWNSTREAM_REPO }}
132+
# env:
133+
# GH_TOKEN: ${{ steps.app-token.output.token }}
134+
# run: |
135+
# echo "$GH_TOKEN"
136+
# gh auth status -t
137137

138-
# The GitHub-hosted runner has gh preinstalled.
139-
gh auth status || echo "$GH_TOKEN" | gh auth login --with-token
140-
gh repo set-default "${{ env.DOWNSTREAM_REPO }}"
138+
# # The GitHub-hosted runner has gh preinstalled.
139+
# gh auth status || echo "$GH_TOKEN" | gh auth login --with-token
140+
# gh repo set-default "${{ env.DOWNSTREAM_REPO }}"
141141

142142
- name: Create Pull Request with gh
143143
working-directory: ${{ env.DOWNSTREAM_REPO }}

0 commit comments

Comments
 (0)