Skip to content

update flake

update flake #4

Workflow file for this run

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
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 }}