Update flake lock workflow

Update workflow so it creates trigger as user so  GitHub Action is triggering actual build
This commit is contained in:
Miodrag Milanović 2024-06-02 19:25:05 +02:00 committed by GitHub
parent 4b67f3757f
commit 803703a833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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
automated