From 803703a83328ef4535960212f6eb11ca77465f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Milanovi=C4=87?= Date: Sun, 2 Jun 2024 19:25:05 +0200 Subject: [PATCH] Update flake lock workflow Update workflow so it creates trigger as user so GitHub Action is triggering actual build --- .github/workflows/update-flake-lock.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 1d4741c8c..c7aa6ecab 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -15,7 +15,8 @@ jobs: - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@main with: + token: ${{CI_CREATE_PR_TOKEN}} pr-title: "Update flake.lock" # Title of PR to be created pr-labels: | # Labels to be set on the PR dependencies - automated \ No newline at end of file + automated