Skip to content

Commit c395b45

Browse files
fix(just): add uv publish token
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 91a713a commit c395b45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ ghsecrets repo="sciexp/python-nix-template":
4343
eval "$(teller sh)" && \
4444
gh secret set CACHIX_AUTH_TOKEN --repo={{ repo }} --body="$CACHIX_AUTH_TOKEN" && \
4545
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"
46+
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"
4748
@echo
4849
@echo "secrets after updates (wait 3 seconds for github to update):"
4950
sleep 3

0 commit comments

Comments
 (0)