File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ ghsecrets repo="":
8585 echo
8686 sops exec-env vars/ shared.yaml ' \
8787 gh secret set CACHIX_AUTH_TOKEN --repo=' " $REPO"' --body="$CACHIX_AUTH_TOKEN" && \
88- gh secret set GITGUARDIAN_API_KEY --repo=' " $REPO"' --body="$GITGUARDIAN_API_KEY" && \
8988 gh secret set CLOUDFLARE_ACCOUNT_ID --repo=' " $REPO"' --body="$CLOUDFLARE_ACCOUNT_ID" && \
9089 gh secret set CLOUDFLARE_API_TOKEN --repo=' " $REPO"' --body="$CLOUDFLARE_API_TOKEN"'
9190 echo
@@ -420,7 +419,7 @@ run-with-secrets +command:
420419[group (' secrets' )]
421420check-secrets :
422421 @ printf " Check sops environment for secrets\n\n "
423- @ sops exec-env vars/ shared.yaml ' env | grep -E "GITHUB|CACHIX|CLOUDFLARE|GITGUARDIAN " | sed "s/=.*$/=***REDACTED***/"'
422+ @ sops exec-env vars/ shared.yaml ' env | grep -E "GITHUB|CACHIX|CLOUDFLARE" | sed "s/=.*$/=***REDACTED***/"'
424423
425424# Show specific secret value from shared secrets
426425[group (' secrets' )]
You can’t perform that action at this time.
0 commit comments