From 18752aa7144bdc4dc6760cb88528a1d8d85cfad9 Mon Sep 17 00:00:00 2001 From: Sanjay Chacku Purakal <48321566+twoneis@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:14:05 +0200 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 39ea063..5b4ccb3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,10 +11,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@v1 - name: Update flake.lock - uses: DeterminateSystems/update-flake-lock@main + uses: DeterminateSystems/update-flake-lock@vX with: - pr-title: "update" # Title of PR to be created - pr-labels: | # Labels to be set on the PR - automated + token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} + commit-msg: "update"