Skip to content

Commit 2a09ac9

Browse files
committed
Fix
Signed-off-by: BOUHOURS Antoine <[email protected]>
1 parent 21d5f87 commit 2a09ac9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
app-id: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
3434
private-key: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}
35+
owner: gridsuite
3536

3637
- name: Get GitHub App User ID
3738
id: get-user-id
@@ -50,16 +51,6 @@ jobs:
5051
RUNGHA_APP_SLUG: ${{ steps.app-token.outputs.app-slug }} # just for defense against script injection
5152
RUNGHA_USER_ID: ${{ steps.get-user-id.outputs.user-id }} # just for defense against script injection
5253

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-
6354
- name: Load repo list from file or input
6455
id: load_repos
6556
run: |

0 commit comments

Comments
 (0)