We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a713a commit c395b45Copy full SHA for c395b45
justfile
@@ -43,7 +43,8 @@ ghsecrets repo="sciexp/python-nix-template":
43
eval "$(teller sh)" && \
44
gh secret set CACHIX_AUTH_TOKEN --repo={{ repo }} --body="$CACHIX_AUTH_TOKEN" && \
45
gh secret set FAST_FORWARD_PAT --repo={{ repo }} --body="$FAST_FORWARD_PAT" && \
46
- gh secret set GITGUARDIAN_API_KEY --repo={{ repo }} --body="$GITGUARDIAN_API_KEY"
+ gh secret set GITGUARDIAN_API_KEY --repo={{ repo }} --body="$GITGUARDIAN_API_KEY" && \
47
+ gh secret set UV_PUBLISH_TOKEN --repo={{ repo }} --body="$UV_PUBLISH_TOKEN"
48
@echo
49
@echo "secrets after updates (wait 3 seconds for github to update):"
50
sleep 3
0 commit comments