ci: fix update flake workflow

This commit is contained in:
2 * r + 2 * t 2026-05-02 12:03:55 +10:00
parent efc08759ce
commit e872bc54b1

View file

@ -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