add secret
Some checks failed
Check Flake / check-flake (push) Failing after 1m2s

This commit is contained in:
Zuckerberg 2023-04-29 10:15:44 -06:00
parent f332e415cf
commit df9a227358

View File

@ -19,7 +19,7 @@ jobs:
- 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: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v3 uses: actions/checkout@v3