Skip to content

Commit

Permalink
ci: update flake.lock
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jan 2, 2024
1 parent a407fcb commit 987c9f3
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/flakeupdate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: update flake

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"

jobs:
update:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Install Nix
uses: cachix/install-nix-action@7ac1ec25491415c381d9b62f0657c7a028df52a7 # v24
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}

- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@da2fd6f2563fe3e4f2af8be73b864088564e263d # v20
with:
pr-title: "flake.lock: Update"
pr-labels: |
dependencies
pr-body: |
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action.
```
{{ env.GIT_COMMIT_MESSAGE }}
```
git-author-name: 'edgelessci'
git-author-email: '[email protected]'
git-committer-name: 'edgelessci'
git-committer-email: '[email protected]'
token: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }}

0 comments on commit 987c9f3

Please sign in to comment.