Skip to content

Commit f45fe5a

Browse files
committed
add some debugging info
1 parent 7d1a86b commit f45fe5a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24+
- name: check token
25+
run: gh auth status
26+
env:
27+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
29+
- name: see repos
30+
run: gh repo list pomerium --no-archived --source --visibility=private
31+
env:
32+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
2434
- name: Set up QEMU
2535
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
2636

0 commit comments

Comments
 (0)