Skip to content

Commit eb502d0

Browse files
author
Bryce Thuilot
authored
ci(workflows): fix use of create-github-app-token (#2318)
* ci(workflows): fix use of create-github-app-token Signed-off-by: Bryce Thuilot <[email protected]> * ci(workflows): fix use of create-github-app-token repositories Signed-off-by: Bryce Thuilot <[email protected]> --------- Signed-off-by: Bryce Thuilot <[email protected]>
1 parent eaf610e commit eb502d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/approved_status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
app-id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
3131
private-key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
32-
repository: DataDog/datadog-api-spec
32+
repositories: datadog-api-spec
3333
- name: Post PR review status check
3434
uses: DataDog/github-actions/post-review-status@v2
3535
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
app-id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
143143
private-key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
144-
repository: DataDog/datadog-api-spec
144+
repositories: datadog-api-spec
145145
- name: Post status check
146146
uses: DataDog/github-actions/post-status-check@v2
147147
with:

.github/workflows/test_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
app-id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
5050
private-key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
51-
repository: DataDog/datadog-api-spec
51+
repositories: datadog-api-spec
5252
- name: Checkout code
5353
uses: actions/checkout@v3
5454
- name: Post pending status check

0 commit comments

Comments
 (0)