File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
app-id : ${{ vars.GRIDSUITE_ACTIONS_APPID }}
34
34
private-key : ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
35
+ owner : gridsuite
35
36
36
37
- name : Get GitHub App User ID
37
38
id : get-user-id
50
51
RUNGHA_APP_SLUG : ${{ steps.app-token.outputs.app-slug }} # just for defense against script injection
51
52
RUNGHA_USER_ID : ${{ steps.get-user-id.outputs.user-id }} # just for defense against script injection
52
53
53
- - name : Debug App installation token
54
- run : |
55
- echo "➡️ Repos accessibles par cette installation :"
56
- gh api /installation/repositories --jq '.repositories[].full_name'
57
- echo
58
- echo "➡️ Vérification accès à ci-cd-test :"
59
- gh api /repos/gridsuite/ci-cd-test || echo "❌ Pas d'accès"
60
- env :
61
- GH_TOKEN : ${{ steps.app-token.outputs.token }}
62
-
63
54
- name : Load repo list from file or input
64
55
id : load_repos
65
56
run : |
You can’t perform that action at this time.
0 commit comments