We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6166db7 commit ab83ab0Copy full SHA for ab83ab0
.github/workflows/update_plugininfo.yml
@@ -44,6 +44,13 @@ jobs:
44
owner: ManiVaultStudio
45
repositories: manivaultstudio.github.io # ensure the App is installed on this repo with Contents: write
46
47
+ - name: List repos accessible to this installation token
48
+ env:
49
+ APP_TOKEN: ${{ steps.app_token.outputs.token }}
50
+ run: |
51
+ curl -s -H "Authorization: Bearer ${APP_TOKEN}" -H "Accept: application/vnd.github+json" \
52
+ https://api.github.com/installation/repositories | jq -r '.repositories[].full_name'
53
+
54
# quick sanity: token can read the repo
55
- name: Sanity check token can read website repo
56
env:
0 commit comments