Skip to content

Commit 2cfccff

Browse files
authored
Fix secrets typo
1 parent 627634a commit 2cfccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dco-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id: app-token
5555
uses: actions/create-github-app-token@v2
5656
with:
57-
app-id: ${{ vars.DCO_CHECK_APP_ID }}
57+
app-id: ${{ secrets.DCO_CHECK_APP_ID }}
5858
private-key: ${{ secrets.DCO_CHECK_APP_PRIVATE_KEY }}
5959

6060
- name: Check DCO compliance and comment on PR

0 commit comments

Comments
 (0)