Skip to content

Commit

Permalink
Merge pull request #19 from joemiller/test-skip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller authored May 24, 2020
2 parents 69e2e84 + 9bfeefd commit ec8f1ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: install golangci-lint
run: |
mkdir -p "$HOME/bin"
# TODO: remove golangci-lint pin when release issue is fixed: https://github.com/golangci/golangci-lint/issues/1157
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b "$HOME/bin" v1.26.0
echo "::add-path::$HOME/bin"
shell: bash # force windows to use git-bash for access to curl
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ brews:
homepage: "https://github.com/joemiller/vault-token-helper"
description: "Cross-platform @hashicorp Vault token helper"
caveats: |
Run this to create the ~/.vault file. This will instruct vault to use the token helper:
Run this to create the ~/.vault file. This will configure vault to use the token helper:
vault-token-helper enable
dependencies:
- vault

Expand Down

0 comments on commit ec8f1ae

Please sign in to comment.