3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00

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

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