File tree Expand file tree Collapse file tree 3 files changed +16
-25
lines changed
Expand file tree Collapse file tree 3 files changed +16
-25
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,12 @@ jobs:
1212 steps :
1313 - name : Get token
1414 id : get_token
15- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
15+ uses : actions/create- github-app-token@v2
1616 with :
17- app_id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
18- private_key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
19- permissions : >-
20- {
21- "organization_projects": "write",
22- "issues": "read"
23- }
17+ app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
18+ private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
19+ permission-organization-projects : write
20+ permission-issues : read
2421 - uses : octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32 # v2.x
2522 id : add_to_project
2623 with :
Original file line number Diff line number Diff line change @@ -13,15 +13,12 @@ jobs:
1313 steps :
1414 - name : Get token
1515 id : get_token
16- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
16+ uses : actions/create- github-app-token@v2
1717 with :
18- app_id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
19- private_key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
20- permissions : >-
21- {
22- "organization_projects": "write",
23- "issues": "read"
24- }
18+ app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
19+ private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
20+ permission-organization-projects : write
21+ permission-issues : read
2522 - uses : octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32 # v2.x
2623 id : add_to_project
2724 with :
Original file line number Diff line number Diff line change @@ -16,16 +16,13 @@ jobs:
1616 steps :
1717 - name : Get token
1818 id : get_token
19- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
19+ uses : actions/create- github-app-token@v2
2020 with :
21- app_id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
22- private_key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
23- permissions : >-
24- {
25- "members": "read",
26- "organization_projects": "write",
27- "issues": "read"
28- }
21+ app-id : ${{ secrets.OBS_AUTOMATION_APP_ID }}
22+ private-key : ${{ secrets.OBS_AUTOMATION_APP_PEM }}
23+ permission-members : read
24+ permission-organization-projects : write
25+ permission-issues : read
2926 - name : Add aws-λ-extension label
3027 uses : github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
3128 with :
You can’t perform that action at this time.
0 commit comments