File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -54,26 +54,16 @@ jobs:
54
54
--github-endpoint http://ghproxy:8888
55
55
--required-admins=thelinuxfoundation
56
56
--min-admins=5
57
- --github-token-path=token
57
+ --github-app-id=${{ secrets.GH_APP_ID }}
58
+ --github-app-private-key-path=private_key
58
59
--require-self=false
59
60
--config-path=community/org/cloudfoundry.yml
60
61
--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
77
67
- name : debug
78
68
run : echo "${{ toJSON(steps.peribolos.outcome == 'failure') }}"
79
69
- name : generate-peribolos-dump
You can’t perform that action at this time.
0 commit comments