File tree Expand file tree Collapse file tree 5 files changed +23
-23
lines changed Expand file tree Collapse file tree 5 files changed +23
-23
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
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 1
1
name : Prepare release
2
2
3
- permissions :
3
+ permissions :
4
4
contents : write
5
5
pull-requests : write
6
6
@@ -17,10 +17,10 @@ jobs:
17
17
steps :
18
18
- name : Get GitHub App token
19
19
id : get_token
20
- uses : tibdex/ github-app-token@v1
20
+ uses : actions/create- github-app-token@v1
21
21
with :
22
- app_id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
23
- private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
22
+ app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
23
+ private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
24
24
25
25
- name : Checkout code
26
26
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
1
name : Release
2
2
3
- permissions :
3
+ permissions :
4
4
contents : write
5
5
pull-requests : write
6
6
@@ -18,10 +18,10 @@ jobs:
18
18
steps :
19
19
- name : Get GitHub App token
20
20
id : get_token
21
- uses : tibdex/ github-app-token@v1
21
+ uses : actions/create- github-app-token@v1
22
22
with :
23
- app_id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
24
- private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
23
+ app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
24
+ private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
25
25
- name : Create release
26
26
uses : actions/github-script@v6
27
27
env :
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 :
@@ -29,10 +29,10 @@ jobs:
29
29
steps :
30
30
- name : Get GitHub App token
31
31
id : get_token
32
- uses : tibdex/ github-app-token@v1
32
+ uses : actions/create- github-app-token@v1
33
33
with :
34
- app_id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
35
- private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
34
+ app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
35
+ private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
36
36
- uses : actions/checkout@v3
37
37
with :
38
38
fetch-depth : 0
@@ -137,10 +137,10 @@ jobs:
137
137
- name : Get GitHub App token
138
138
if : github.event_name == 'pull_request'
139
139
id : get_token
140
- uses : tibdex/ github-app-token@v1
140
+ uses : actions/create- github-app-token@v1
141
141
with :
142
- app_id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
143
- private_key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
142
+ app-id : ${{ secrets.PIPELINE_GITHUB_APP_ID }}
143
+ private-key : ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
144
144
repository : DataDog/datadog-api-spec
145
145
- name : Post status check
146
146
uses : DataDog/github-actions/post-status-check@v2
Original file line number Diff line number Diff line change @@ -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
84
84
SLEEP_AFTER_REQUEST : ${{ vars.SLEEP_AFTER_REQUEST }}
85
85
PYTEST_ADDOPTS : " --ddtrace"
86
86
DD_PYTEST_OPERATION_NAME : " test"
87
- DD_TRACE_PROPAGATION_STYLE_INJECT : " datadog"
87
+ DD_TRACE_PROPAGATION_STYLE_INJECT : " datadog"
88
88
- name : Post failure status check
89
89
if : failure() && github.event_name == 'pull_request' && contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
90
90
uses : DataDog/github-actions/post-status-check@v2
You can’t perform that action at this time.
0 commit comments