Skip to content

Commit 1dda38c

Browse files
committed
Update the workflow to not have a secret in it. PAY NO ATTENTION also I'm getting rid of the old secret.
1 parent 8050ffc commit 1dda38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
name: mycache
1616
# If you chose API tokens for write access OR if you have a private cache
17-
authToken: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjJDI3MjEiLCJqdGkiOiJlZDI1YjM5My00NzQ0LTQ5MWUtYjA5YS00NTBhOTJlNTdhMmUiLCJzY29wZXMiOiJjYWNoZSJ9.FA-9_O2yLqt2r7jQ9zRdAIHdXn2uuskQraAXinA9UCY
17+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
1818
- run: nix-build
1919
- run: nix-shell --run "echo OK"

0 commit comments

Comments
 (0)