Skip to content

Commit

Permalink
feat: adding support for 1pass cli to release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Mar 1, 2024
1 parent 51335cc commit 61eab4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GITHUB_TOKEN=op:/cicd_ro/devnw_gh_pat/credential
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ bench-ci: build-ci
go test -bench=. ./... | tee output.txt

release-ci: build-ci
goreleaser release --clean
$(op) goreleaser release --clean

test-ci:
DOCKER_HOST=$(shell docker context inspect --format='{{json .Endpoints.docker.Host}}' $(shell docker context show)) \
Expand Down

0 comments on commit 61eab4d

Please sign in to comment.