Skip to content

Commit 561c9d0

Browse files
authored
debug statements related to GH_TOKEN
1 parent b585787 commit 561c9d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pytorch_ifu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ jobs:
132132
env:
133133
GH_TOKEN: ${{ steps.app-token.output.token }}
134134
run: |
135+
echo "$GH_TOKEN"
136+
gh auth status -t
137+
135138
# The GitHub-hosted runner has gh preinstalled.
136139
gh auth status || echo "$GH_TOKEN" | gh auth login --with-token
137140
gh repo set-default "${{ env.DOWNSTREAM_REPO }}"

0 commit comments

Comments
 (0)