Skip to content

Commit

Permalink
ci: forward github token
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Mar 7, 2024
1 parent df4b307 commit 7dc883b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ release:
docker run \
--rm \
-e CGO_ENABLED=1 \
-e GITHUB_TOKEN="$$GITHUB_TOKEN" \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $$PWD:/work \
-w /work \
traggo:build \
release --skip-validate


install: install-go install-js

.PHONY: build

0 comments on commit 7dc883b

Please sign in to comment.