Skip to content

Commit

Permalink
rf(Makefile): secrets var
Browse files Browse the repository at this point in the history
  • Loading branch information
debendraoli committed Nov 28, 2024
1 parent 35ead90 commit 6e78652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ release:
--rm \
--env GITHUB_TOKEN \
--env LIBWASM_VERSION=$(LIBWASM_VERSION) \
--env COSIGN_PWD \
--env COSIGN_KEY \
--env COSIGN_PASSWORD \
--env COSIGN_PRIVATE_KEY \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
Expand Down

0 comments on commit 6e78652

Please sign in to comment.