File tree Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
name : Send PR Approval Status
2
2
3
- permissions :
3
+ permissions :
4
4
contents : read
5
5
pull-requests : write
6
6
@@ -25,10 +25,10 @@ jobs:
25
25
steps :
26
26
- name : Get GitHub App token
27
27
id : get_token
28
- uses : tibdex/ github-app-token@v1.3.0
28
+ uses : actions/create- github-app-token@v1
29
29
with :
30
- app_id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
31
- private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
30
+ app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
31
+ private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
32
32
repository : DataDog/datadog-api-spec
33
33
- name : Post PR review status check
34
34
uses : DataDog/github-actions/post-review-status@v2
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
steps :
22
22
- name : Get GitHub App token
23
23
id : get_token
24
- uses : tibdex/ github-app-token@v1
24
+ uses : actions/create- github-app-token@v1
25
25
with :
26
- app_id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
27
- private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
26
+ app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
27
+ private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
28
28
- uses : actions/checkout@v3
29
29
with :
30
30
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
steps :
23
23
- name : Get GitHub App token
24
24
id : get_token
25
- uses : tibdex/ github-app-token@v1
25
+ uses : actions/create- github-app-token@v1
26
26
with :
27
- app_id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
28
- private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
27
+ app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
28
+ private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
29
29
30
30
- name : Create release
31
31
uses : actions/github-script@v6
Original file line number Diff line number Diff line change 1
1
name : Run Tests
2
2
3
- permissions :
3
+ permissions :
4
4
contents : read
5
5
6
6
env :
@@ -31,10 +31,10 @@ jobs:
31
31
- name : Get GitHub App token
32
32
id : get_token
33
33
if : github.event.pull_request.head.repo.full_name == github.repository
34
- uses : tibdex/ github-app-token@v1
34
+ uses : actions/create- github-app-token@v1
35
35
with :
36
- app_id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
37
- private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
36
+ app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
37
+ private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
38
38
- uses : actions/checkout@v3
39
39
if : github.event.pull_request.head.repo.full_name == github.repository
40
40
with :
@@ -125,10 +125,10 @@ jobs:
125
125
- name : Get GitHub App token
126
126
if : github.event_name == 'pull_request'
127
127
id : get_token
128
- uses : tibdex/ github-app-token@v1
128
+ uses : actions/create- github-app-token@v1
129
129
with :
130
- app_id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
131
- private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
130
+ app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
131
+ private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
132
132
repository : DataDog/datadog-api-spec
133
133
- name : Post status check
134
134
uses : DataDog/github-actions/post-status-check@v2
Original file line number Diff line number Diff line change 1
1
name : Run Integration Tests
2
2
3
- permissions :
3
+ permissions :
4
4
contents : read
5
5
6
6
on :
@@ -44,10 +44,10 @@ jobs:
44
44
- name : Get GitHub App token
45
45
if : github.event_name == 'pull_request'
46
46
id : get_token
47
- uses : tibdex/ github-app-token@v1
47
+ uses : actions/create- github-app-token@v1
48
48
with :
49
- app_id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
50
- private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
49
+ app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
50
+ private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
51
51
repository : DataDog/datadog-api-spec
52
52
- name : Checkout code
53
53
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments