try without token
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 31s
Thing / check-flake (push) Successful in 44s

This commit is contained in:
Zuckerberg 2023-10-01 08:33:00 -06:00
parent f56aeb9f77
commit c6772b1ac3

View File

@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: node --version - run: node --version
- name: Install basic dependencies # - name: Install basic dependencies
run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils # run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils
- name: Install Nix - name: Install Nix
uses: https://github.com/cachix/install-nix-action@v20 uses: https://github.com/cachix/install-nix-action@v20
with: # with:
github_access_token: ${{ secrets.__GITHUB_TOKEN }} # github_access_token: ${{ secrets.__GITHUB_TOKEN }}
# - name: Install dependencies # - name: Install dependencies
# run: nix profile install nixpkgs#nodejs-18_x # run: nix profile install nixpkgs#nodejs-18_x