Skip to content

Commit 9ee7e36

Browse files
committed
Use github app auth again
1 parent d8f05c9 commit 9ee7e36

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

.github/workflows/org-management.yml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,16 @@ jobs:
5454
--github-endpoint http://ghproxy:8888
5555
--required-admins=thelinuxfoundation
5656
--min-admins=5
57-
--github-token-path=token
57+
--github-app-id=${{ secrets.GH_APP_ID }}
58+
--github-app-private-key-path=private_key
5859
--require-self=false
5960
--config-path=community/org/cloudfoundry.yml
6061
--fix-org
61-
# args: >-
62-
# --confirm=true
63-
# --github-endpoint http://ghproxy:8888
64-
# --required-admins=thelinuxfoundation
65-
# --min-admins=5
66-
# --github-app-id=${{ secrets.GH_APP_ID }}
67-
# --github-app-private-key-path=private_key
68-
# --require-self=false
69-
# --config-path=community/org/cloudfoundry.yml
70-
# --fix-org
71-
# --fix-org-members
72-
# --fix-repos
73-
# --fix-teams
74-
# --fix-team-members
75-
# --fix-team-repos
76-
62+
--fix-org-members
63+
--fix-repos
64+
--fix-teams
65+
--fix-team-members
66+
--fix-team-repos
7767
- name: debug
7868
run: echo "${{ toJSON(steps.peribolos.outcome == 'failure') }}"
7969
- name: generate-peribolos-dump

0 commit comments

Comments
 (0)