Skip to content

Commit 842f131

Browse files
author
Bryce Thuilot
committed
ci(workflows): fix use of create-github-app-token
Signed-off-by: Bryce Thuilot <[email protected]>
1 parent b3b5cb9 commit 842f131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/datadog-api-spec
3333
- name: Post PR review status check
3434
uses: DataDog/github-actions/post-review-status@v2
3535
with:

0 commit comments

Comments
 (0)