From 3c61db5f6c097ef485200cf609eaa11a57b04e78 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 17 Feb 2026 22:49:17 +0100 Subject: [PATCH] workflows/update: Use personal access token to trigger check-deploy workflow --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 56f7930..75d0605 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -6,10 +6,10 @@ on: jobs: update: runs-on: ubuntu-latest - permissions: - contents: write steps: - uses: actions/checkout@v5 + with: + token: ${{ secrets.PAT }} - uses: cachix/install-nix-action@v31 with: extra_nix_config: experimental-features = nix-command flakes pipe-operators