Skip to content

Commit fdfc701

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

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

24+
- name: check token
25+
run: gh auth status
26+
27+
- name: see repos
28+
run: gh repo list pomerium --no-archived --source --visibility=private
29+
2430
- name: Set up QEMU
2531
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
2632

0 commit comments

Comments
 (0)