ci: Skip cachix push when no cachix token is set
This happens in forks.
This commit is contained in:
@@ -20,6 +20,7 @@ runs:
|
||||
with:
|
||||
name: postgrest
|
||||
authToken: ${{ inputs.authToken }}
|
||||
skipPush: ${{ inputs.authToken == '' }}
|
||||
- if: ${{ inputs.tools }}
|
||||
run: nix-env -f default.nix -iA ${{ inputs.tools }}
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user