Skip to content

Commit

Permalink
Sign update-flake-lock commit (#267)
Browse files Browse the repository at this point in the history
* Sign update-flake-lock commit

* Add PR assignee
  • Loading branch information
francishamel authored Feb 18, 2024
1 parent 5dd7c55 commit 7466831
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v20
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} # Needs at least repo access
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-title: "Update flake.lock"
pr-labels: dependencies
pr-assignees: francishamel
sign-commits: true
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 7466831

Please sign in to comment.