You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ This action uses `nix-update` to update flake packages.
4
4
5
5
Heavily inspired by [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock).
6
6
7
+
## Installation
8
+
9
+
Create a workflow file in your repository, for example `.github/workflows/nix-update.yaml` and start from one of the examples above.
10
+
11
+
For this action to work you must explicitly allow GitHub Actions to create pull requests. This setting can be found in a repository's settings under Actions > General > Workflow permissions.
12
+
7
13
## Examples
8
14
9
15
There are several examples of how to use this workflow to update flake packages.
0 commit comments