Remove access-tokens manually
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 5m7s

This commit is contained in:
Gabriel Simmer 2023-07-17 22:48:28 +01:00
parent 3e1ef2737c
commit 0f66c49015
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -14,6 +14,8 @@ jobs:
uses: https://github.com/cachix/install-nix-action@v22
with:
extra_nix_config: "experimental-features = nix-command flakes"
- name: Remove access_tokens
run: sed -i '/^access-tokens/d' /etc/nix/nix.conf
- name: Check out repository
uses: https://github.com/RouxAntoine/checkout@v3.5.4
with: