cyberark / summon-aws-secrets

Summon provider for AWS Secrets Manager
MIT License
52 stars 17 forks source link

Fix goreleaser url pattern to use the right repo #62

Closed tabacco closed 2 years ago

tabacco commented 2 years ago

Desired Outcome

Homebrew formula should have the right download url.

Implemented Changes

The URL patter in the goreleaser config referred to the wrong repo. It ws cyberark/summon but should have been cyberark/summon-aws-secrets. This meant that the homebrew formula had an invalid download URL.

Updated URL template for homebrew formulas

I don't use goreleaser, so I'm not sure how to test this, but I believe it's a safe change since the repo name is correct now and it definitely didn't work before.

Nope.

Connected Issue/Story

Resolves https://github.com/cyberark/homebrew-tools/issues/49

CyberArk internal issue link: [insert issue ID]()

Definition of Done

At least 1 todo must be completed in the sections below for the PR to be merged.

Changelog

Test coverage

Documentation

Behavior

Security

john-odonnell commented 2 years ago

@tabacco - just merged a GoReleaser fix in summon-aws-secrets#61 a few minutes ago. Thanks, but closing 😁