I hit the ratelimit lmao
Some checks failed
ci/woodpecker/cron/flake-update Pipeline failed

This commit is contained in:
Sakooooo 2025-01-06 13:06:18 +04:00
parent 89793ed929
commit 145fd3602d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -5,7 +5,11 @@ when:
steps: steps:
update: update:
image: ghcr.io/nixos/nix:latest image: ghcr.io/nixos/nix:latest
environment:
GITHUB_TOKEN:
from_secret: github_token
commands: commands:
- echo 'access-tokens = github.com=$GITHUB_TOKEN' >> /etc/nix/nix.conf
- nix --experimental-features 'flakes nix-command' flake update - nix --experimental-features 'flakes nix-command' flake update
- "nix-shell -p git --run 'git config --global user.email 'bot@sako.lol' && git config --global user.name 'sako-ci' && git commit -m 'flake.lock: update' -a'" - "nix-shell -p git --run 'git config --global user.email 'bot@sako.lol' && git config --global user.name 'sako-ci' && git commit -m 'flake.lock: update' -a'"
push: push: