File tree Expand file tree Collapse file tree 5 files changed +20
-20
lines changed
Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11name : Send PR Approval Status
22
3- permissions :
3+ permissions :
44 contents : read
55 pull-requests : write
66
@@ -25,10 +25,10 @@ jobs:
2525 steps :
2626 - name : Get GitHub App token
2727 id : get_token
28- uses : tibdex/ github-app-token@v1
28+ uses : actions/create- github-app-token@v1
2929 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 }}
3232 repository : DataDog/datadog-api-spec
3333 - name : Post PR review status check
3434 uses : DataDog/github-actions/post-review-status@v2
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 steps :
2222 - name : Get GitHub App token
2323 id : get_token
24- uses : tibdex/ github-app-token@v1
24+ uses : actions/create- github-app-token@v1
2525 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 }}
2828 - uses : actions/checkout@v3
2929 with :
3030 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 steps :
2323 - name : Get GitHub App token
2424 id : get_token
25- uses : tibdex/ github-app-token@v1
25+ uses : actions/create- github-app-token@v1
2626 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 }}
2929
3030 - name : Create release
3131 uses : actions/github-script@v6
Original file line number Diff line number Diff line change 11name : Run Tests
22
3- permissions :
3+ permissions :
44 contents : read
55
66env :
@@ -29,10 +29,10 @@ jobs:
2929 steps :
3030 - name : Get GitHub App token
3131 id : get_token
32- uses : tibdex/ github-app-token@v1
32+ uses : actions/create- github-app-token@v1
3333 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 }}
3636 - uses : actions/checkout@v3
3737 with :
3838 fetch-depth : 0
@@ -125,10 +125,10 @@ jobs:
125125 - name : Get GitHub App token
126126 if : github.event_name == 'pull_request'
127127 id : get_token
128- uses : tibdex/ github-app-token@v1
128+ uses : actions/create- github-app-token@v1
129129 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 }}
132132 repository : DataDog/datadog-api-spec
133133 - name : Post status 3heck
134134 uses : DataDog/github-actions/post-status-check@v2
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ jobs:
4444 - name : Get GitHub App token
4545 if : github.event_name == 'pull_request'
4646 id : get_token
47- uses : tibdex/ github-app-token@v1
47+ uses : actions/create- github-app-token@v1
4848 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 }}
5151 repository : DataDog/datadog-api-spec
5252 - name : Checkout code
5353 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments