Compare commits
2 Commits
8826a5e2ac
...
33f383b0ec
| Author | SHA1 | Date | |
|---|---|---|---|
| 33f383b0ec | |||
| 918c9d29bd |
@@ -12,8 +12,4 @@ jobs:
|
|||||||
apt update -y
|
apt update -y
|
||||||
apt install sudo -y
|
apt install sudo -y
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: cachix/install-nix-action@v27
|
||||||
- name: add github access token to prevent api limit
|
|
||||||
run: |
|
|
||||||
echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" >> /etc/nix/nix.conf
|
|
||||||
echo "Added github token to nix conf"
|
|
||||||
- run: nix eval --no-update-lock-file .\#hydraJobs
|
- run: nix eval --no-update-lock-file .\#hydraJobs
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ permissions:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
contents: write
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
createPullRequest:
|
update-flake-lock:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -23,4 +23,4 @@ jobs:
|
|||||||
uses: DeterminateSystems/update-flake-lock@v24
|
uses: DeterminateSystems/update-flake-lock@v24
|
||||||
with:
|
with:
|
||||||
pr-labels: | # Labels to be set on the PR
|
pr-labels: | # Labels to be set on the PR
|
||||||
merge-queue
|
autoupdate
|
||||||
|
|||||||
Reference in New Issue
Block a user