[actions] rm WIP github token

This commit is contained in:
2024-10-24 00:11:15 +02:00
parent 8826a5e2ac
commit 918c9d29bd

View File

@@ -12,8 +12,4 @@ jobs:
apt update -y
apt install sudo -y
- 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