ci: fix update flake workflow
This commit is contained in:
parent
efc08759ce
commit
e872bc54b1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/update-flake-inputs.yml
vendored
3
.github/workflows/update-flake-inputs.yml
vendored
|
|
@ -14,13 +14,12 @@ jobs:
|
|||
id: app-token
|
||||
uses: actions/create-github-app-token@v3
|
||||
with:
|
||||
app-id: ${{ secrets.APP_ID }}
|
||||
client-id: ${{ secrets.CLIENT_ID }}
|
||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install Nix
|
||||
uses: nixbuild/nix-quick-install-action@v31
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue