Skip to content

Commit ed03bfd

Browse files
Update pr-auto-comment.yml
1 parent ea77f8c commit ed03bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auto-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: generate-token
1717
uses: actions/create-github-app-token@v2
1818
with:
19-
app-id: ${{ vars.APP_ID }}
19+
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2121
- name: Add comment
2222
uses: actions/github-script@v7

0 commit comments

Comments
 (0)