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:
12
12
steps :
13
13
- name : Get token
14
14
id : get_token
15
- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
15
+ uses : actions/create- github-app-token@v2
16
16
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
24
21
- uses : octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32 # v2.x
25
22
id : add_to_project
26
23
with :
Original file line number Diff line number Diff line change @@ -13,15 +13,12 @@ jobs:
13
13
steps :
14
14
- name : Get token
15
15
id : get_token
16
- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
16
+ uses : actions/create- github-app-token@v2
17
17
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
25
22
- uses : octokit/graphql-action@51bf543c240dcd14761320e2efc625dc32ec0d32 # v2.x
26
23
id : add_to_project
27
24
with :
Original file line number Diff line number Diff line change @@ -16,16 +16,13 @@ jobs:
16
16
steps :
17
17
- name : Get token
18
18
id : get_token
19
- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
19
+ uses : actions/create- github-app-token@v2
20
20
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
29
26
- name : Add aws-λ-extension label
30
27
uses : github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
31
28
with :
You can’t perform that action at this time.
0 commit comments