Skip to content

GoReleaser: Clone code out of gpg action #573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2022
Merged

Conversation

DavidMah
Copy link

@DavidMah DavidMah commented Jul 15, 2022

Goreleaser is bumping into this error:

Screen Shot 2022-07-14 at 20 10 54

I took an old commit sha and pushed it again, and it hit the same issue. The other day I wasn't having this issue, I was trying to fix an issue further in the pipeline but it seemed to regress. I suspect that the github actions environment very recently changed, breaking this.

This PR takes most logic out of the action we were depending on and just runs that directly so that we can avoid the step with the gpg agent.

Test

made it at least beyond that part

Screen Shot 2022-07-14 at 20 13 35

@DavidMah DavidMah requested a review from jfirebaugh July 15, 2022 03:14
@DavidMah DavidMah marked this pull request as ready for review July 15, 2022 03:14
@jfirebaugh
Copy link
Member

Hashicorp dev recommends switching to crazy-max/ghaction-import-gpg: hashicorp/ghaction-import-gpg#11 (comment)

@DavidMah
Copy link
Author

nice find!

@DavidMah DavidMah merged commit da27503 into figma Jul 15, 2022
@DavidMah
Copy link
Author

oh oops i didn't mean to just outright close the PR, i was trying to fidget to get the action to run

@DavidMah
Copy link
Author

running at https://github.com/figma/terraform-provider-aws/actions/runs/2678205492

if it works then i'll just run with it, if not then i'll make another branch and PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants