Skip to content

Commit 55cde0b

Browse files
author
Bryce Thuilot
authored
ci(workflows): fix use of create-github-app-token (#2617)
* ci(workflows): fix use of create-github-app-token Signed-off-by: Bryce Thuilot <bryce.thuilot@datadoghq.com> * ci(workflows): fix use of create-github-app-token repositories Signed-off-by: Bryce Thuilot <bryce.thuilot@datadoghq.com> --------- Signed-off-by: Bryce Thuilot <bryce.thuilot@datadoghq.com>
1 parent 2f0cfd4 commit 55cde0b

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
@@ -161,7 +161,7 @@ jobs:
161161
with:
162162
app-id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
163163
private-key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
164-
repository: DataDog/datadog-api-spec
164+
repositories: datadog-api-spec
165165
- name: Post status check
166166
uses: DataDog/github-actions/post-status-check@v2
167167
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)