This commit is contained in:
parent
5ce128c512
commit
9e69e7c71e
1 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,10 @@ steps:
|
||||||
update:
|
update:
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands: |
|
commands: |
|
||||||
echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||||
echo "access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf
|
echo "access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf
|
||||||
nix flake update
|
nix flake update
|
||||||
secrets: [ gh_pat ]
|
secrets: [gh_pat]
|
||||||
push-changes:
|
push-changes:
|
||||||
image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue