Skip to content

Commit

Permalink
Update flake lock workflow
Browse files Browse the repository at this point in the history
Update workflow so it creates trigger as user so  GitHub Action is triggering actual build
  • Loading branch information
mmicko authored Jun 2, 2024
1 parent 4b67f37 commit 803703a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 803703a

Please sign in to comment.