mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
TEST: try getting APP_KEY
from secrets
This commit is contained in:
parent
4de78e777c
commit
a72cfb6ba3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
uses: actions/create-github-app-token@v2
|
||||
id: app-token
|
||||
with:
|
||||
app-id: ${{ vars.APP_ID }}
|
||||
app-id: ${{ secrets.APP_ID }}
|
||||
private-key: ${{ secrets.APP_KEY }}
|
||||
|
||||
- name: Get GitHub App User ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue