We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d76e3 commit 1f0bcfcCopy full SHA for 1f0bcfc
.github/workflows/token-test.yml
@@ -19,6 +19,13 @@ jobs:
19
repositories: kotlin-web-site,kotlin-compiler-server
20
permission-contents: write
21
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
+
29
- name: Checkout repository
30
uses: actions/checkout@v4
31
with:
0 commit comments