discord-gophers / goapi-gen

This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions
Apache License 2.0
132 stars 12 forks source link

Add goreleaser #95

Closed jolheiser closed 1 year ago

jolheiser commented 1 year ago

As title. This will require a secret called GITHUB_TOKEN, however.

Not sure who wants to generate one or if we want a machine user for discord-gophers,

Karitham commented 1 year ago

GITHUB_TOKEN is already provided by github afaik.

https://docs.github.com/en/actions/security-guides/automatic-token-authentication

jolheiser commented 1 year ago

GITHUB_TOKEN is already provided by github afaik.

https://docs.github.com/en/actions/security-guides/automatic-token-authentication

TIL