We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04d530 commit 671b59bCopy full SHA for 671b59b
1 file changed
.github/workflows/update-upstream-deps.yml
@@ -54,7 +54,7 @@ jobs:
54
id: app-token
55
uses: actions/create-github-app-token@v2
56
with:
57
- app-id: ${{ vars.UPDATE_BOT_APP_ID }}
+ app-id: ${{ secrets.UPDATE_BOT_APP_ID }}
58
private-key: ${{ secrets.UPDATE_BOT_PRIVATE_KEY }}
59
60
- name: Create Pull Request
0 commit comments