Skip to content

Commit adccf41

Browse files
author
Bryce Thuilot
authored
ci(workflows): fix use of create-github-app-token (#1959)
* 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 dcf5984 commit adccf41

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
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
app-id: ${{ secrets.PIPELINE_GITHUB_APP_ID }}
131131
private-key: ${{ secrets.PIPELINE_GITHUB_APP_PRIVATE_KEY }}
132-
repository: DataDog/datadog-api-spec
132+
repositories: datadog-api-spec
133133
- name: Post status check
134134
uses: DataDog/github-actions/post-status-check@v2
135135
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)