1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00
sops-nix/.github/workflows/upgrade-flakes.yml

23 lines
589 B
YAML
Raw Normal View History

2022-05-13 21:44:49 +00:00
name: "Update flakes"
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '51 2 * * 0'
jobs:
createPullRequest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
2022-05-13 21:44:49 +00:00
- name: Install Nix
uses: cachix/install-nix-action@v30
2022-05-13 21:44:49 +00:00
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
2022-05-29 09:09:30 +00:00
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
2023-06-16 07:27:40 +00:00
pr-labels: |
merge-queue