File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Get App Token
23
- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
23
+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
24
24
id : app-token
25
25
with :
26
26
app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : Get App Token
56
- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
56
+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
57
57
id : app-token
58
58
with :
59
59
app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
Original file line number Diff line number Diff line change 28
28
- name : Install dependencies
29
29
run : npm ci
30
30
31
- - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
31
+ - uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
32
32
id : app-token
33
33
with :
34
34
app-id : ${{ vars.PRIMER_APP_ID_SHARED }}
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ jobs:
62
62
steps :
63
63
- name : Generate token
64
64
id : generate_token
65
- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547
65
+ uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5
66
66
with :
67
- app_id : ${{ secrets.APP_ID }}
68
- private_key : ${{ secrets.PRIVATE_KEY }}
67
+ app-id : ${{ secrets.APP_ID }}
68
+ private-key : ${{ secrets.PRIVATE_KEY }}
69
69
# Warning: we are checking out an untrusted source at this point in order
70
70
# to push to the head pull request. Code from this checkout must not be
71
71
# used in any of the following steps.
You can’t perform that action at this time.
0 commit comments