Skip to content

Commit 1f0bcfc

Browse files
committed
tmp
1 parent 05d76e3 commit 1f0bcfc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/token-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
repositories: kotlin-web-site,kotlin-compiler-server
2020
permission-contents: write
2121

22+
- name: Check installation access
23+
run: |
24+
echo "=== Repositories accessible by this token ==="
25+
curl -s -H "Authorization: Bearer ${{ steps.app-token.outputs.token }}" \
26+
-H "Accept: application/vnd.github+json" \
27+
https://api.github.com/installation/repositories
28+
2229
- name: Checkout repository
2330
uses: actions/checkout@v4
2431
with:

0 commit comments

Comments
 (0)