We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b580267 commit 03ac086Copy full SHA for 03ac086
.github/workflows/update-flake-lock.yaml
@@ -11,14 +11,12 @@ jobs:
11
- name: Checkout repository
12
uses: actions/checkout@v4
13
- name: Install Nix
14
- uses: cachix/install-nix-action@v17
15
- with:
16
- extra_nix_config: |
17
- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
+ uses: DeterminateSystems/nix-installer-action@main
18
- name: Update flake.lock
19
uses: DeterminateSystems/update-flake-lock@main
20
with:
21
- pr-title: "Update flake.lock" # Title of PR to be created
22
- pr-labels: | # Labels to be set on the PR
+ token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
+ pr-title: "Update example/flake.lock"
+ pr-labels: |
23
automated
24
path-to-flake-dir: 'example/'
0 commit comments