From ab4179b708434d83a91c8d0f5c969c48bef11207 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sat, 29 Jun 2024 01:04:08 +0200 Subject: [PATCH] upstream merge template repository (#13) Signed-off-by: SuperSandro2000 Co-authored-by: SuperSandro2000 --- .github/workflows/update-flakes.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-flakes.yaml b/.github/workflows/update-flakes.yaml index 086d219..12522d6 100644 --- a/.github/workflows/update-flakes.yaml +++ b/.github/workflows/update-flakes.yaml @@ -9,6 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@V27 - - uses: DeterminateSystems/update-flake-lock@v22 + - uses: DeterminateSystems/update-flake-lock@v23 with: - token: ${{ github.token }} + # required to trigger GitHub Actions on the created PRs + token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}