Skip to content

Commit 8ab70d3

Browse files
committed
Revert it
1 parent 351295b commit 8ab70d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535

3636
- name: Build Solana CLI
3737
run: |
38-
nix build --no-link --print-out-paths .#solana-cli | CACHIX_AUTH_TOKEN='${{ secrets.CACHIX_AUTH_TOKEN }}' cachix push solana-nix
38+
nix build --no-link --print-out-paths .#solana-cli | cachix push solana-nix
3939
4040
- name: Test Solana CLI
4141
run: |
4242
nix run .#solana-cli -- --version
4343
4444
- name: Build Anchor CLI
4545
run: |
46-
nix build --no-link --print-out-paths .#anchor-cli | CACHIX_AUTH_TOKEN='${{ secrets.CACHIX_AUTH_TOKEN }}' cachix push solana-nix
46+
nix build --no-link --print-out-paths .#anchor-cli | cachix push solana-nix
4747
4848
- name: Test Anchor CLI
4949
run: |

0 commit comments

Comments
 (0)