[actions] rm WIP github token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user