File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Get app token
1313 id : app-token
14- uses : actions/create-github-app-token@v1
14+ uses : actions/create-github-app-token@v2
1515 with :
1616 app-id : ${{ secrets.IGNITEUI_GITHUB_APP_ID }}
1717 private-key : ${{ secrets.IGNITEUI_GITHUB_APP_PRIVATE_KEY }}
2626 -H "Authorization: Bearer ${{ steps.app-token.outputs.token }}" \
2727 -H "Accept: application/vnd.github+json" \
2828 https://api.github.com/rate_limit
29+
30+ - name : Debug: list repos visible to installation token
31+ run : |
32+ curl -sS \
33+ -H "Authorization: Bearer ${{ steps.app-token.outputs.token }}" \
34+ -H "Accept: application/vnd.github+json" \
35+ https://api.github.com/installation/repositories | jq -r '.repositories[].full_name'
2936
3037 - name : Send repository dispatch to private repo
3138 uses : peter-evans/repository-dispatch@v3
You can’t perform that action at this time.
0 commit comments