workflows/update: Use personal access token to trigger check-deploy workflow

This commit is contained in:
SebastianStork 2026-02-17 22:49:17 +01:00
parent 28a58b7bf1
commit 3c61db5f6c
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -6,10 +6,10 @@ on:
jobs: jobs:
update: update:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: write
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
with:
token: ${{ secrets.PAT }}
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
extra_nix_config: experimental-features = nix-command flakes pipe-operators extra_nix_config: experimental-features = nix-command flakes pipe-operators