-
I have one more question about these. I now haven
This is what I've done in GitHUb, but it must not be correct:
What could I be missing? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
jftuga
Jun 10, 2024
Replies: 1 comment 1 reply
-
Have you passed the variable as an environment variable to the goreleaser action? Something like:
Though given it's a pat that can work on other repos, I'd probably change it to be a secret rather than a variable. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this working with the assistance of @gruffyn and ChatGPT. I am posting a full answer in case anyone else runs into this same problem. I've also created a GoReleaser and Hombrew public Gist with slightly more details.
In my
.github/workflows/release.yml
file:In my
.goreleaser.yml
file:This is what I've done in GitHub in the Repo…