We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168971c commit fdfc0f4Copy full SHA for fdfc0f4
1 file changed
.github/workflows/update.yml
@@ -17,7 +17,7 @@ jobs:
17
id: app-token
18
uses: actions/create-github-app-token@v3
19
with:
20
- app-id: ${{ vars.APP_CLIENT_ID }}
+ client-id: ${{ vars.APP_CLIENT_ID }}
21
private-key: ${{ secrets.APP_PRIVATE_KEY }}
22
- name: Install Nix
23
uses: DeterminateSystems/nix-installer-action@v22
0 commit comments