File tree Expand file tree Collapse file tree 3 files changed +17
-20
lines changed Expand file tree Collapse file tree 3 files changed +17
-20
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
steps :
19
19
- name : Generate token
20
20
id : generate_token
21
- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
21
+ uses : actions/create- github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
22
22
with :
23
- app_id : 249762
24
- private_key : ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
25
- permissions : >-
26
- {"contents": " write", "pull_requests": "write"}
23
+ app-id : 249762
24
+ private-key : ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
25
+ permission-contents : write
26
+ permission-pull-requests : write
27
27
- name : Checkout repository code
28
28
uses : actions/checkout@v4
29
29
with :
@@ -73,13 +73,12 @@ jobs:
73
73
token : ${{ steps.generate_token.outputs.token }}
74
74
- name : Generate Github Token
75
75
id : generate_issues_token
76
- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
76
+ uses : actions/create- github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
77
77
if : ${{ failure() }}
78
78
with :
79
- app_id : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }}
80
- private_key : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_KEY }}
81
- permissions : >-
82
- {"issues": "write"}
79
+ app-id : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }}
80
+ private-key : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_KEY }}
81
+ permission-issues : write
83
82
- uses : dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0
84
83
if : ${{ failure() }}
85
84
env :
Original file line number Diff line number Diff line change @@ -49,13 +49,12 @@ jobs:
49
49
rm -fv minisign.key
50
50
- name : Generate Github Token
51
51
id : generate_issues_token
52
- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
52
+ uses : actions/create- github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
53
53
if : ${{ failure() }}
54
54
with :
55
- app_id : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }}
56
- private_key : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_KEY }}
57
- permissions : >-
58
- {"issues": "write"}
55
+ app-id : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }}
56
+ private-key : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_KEY }}
57
+ permission-issues : write
59
58
- uses : dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0
60
59
if : ${{ failure() }}
61
60
env :
Original file line number Diff line number Diff line change @@ -53,13 +53,12 @@ jobs:
53
53
run : gsutil -m rsync -r downloads gs://buf-plugins
54
54
- name : Generate Github Token
55
55
id : generate_issues_token
56
- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
56
+ uses : actions/create- github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
57
57
if : ${{ failure() }}
58
58
with :
59
- app_id : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }}
60
- private_key : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_KEY }}
61
- permissions : >-
62
- {"issues": "write"}
59
+ app-id : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_ID }}
60
+ private-key : ${{ secrets.BUFBUILD_ISSUE_CREATOR_APP_KEY }}
61
+ permission-issues : write
63
62
- uses : dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0
64
63
if : ${{ failure() }}
65
64
env :
You can’t perform that action at this time.
0 commit comments