mustache
mustache copied to clipboard
Add a Hackage Auth Token as a repository secret
Hi @JustusAdam, PR #72 sets up automated Hackage uploads via GitHub Actions.
To complete the setup, could you please take the following steps to add a Hackage authentication token as a repository secret? I don’t have the required permissions to do this myself.
Step 1: Generate a Hackage Auth Token
- Go to https://hackage.haskell.org/users/account-management
- Sign in with your Hackage credentials
- Generate a new token under Authentication Tokens → Register new token
Step 2: Add the generated Hackage Auth Token to the GitHub repository
- Go to https://github.com/JustusAdam/mustache/settings/secrets/actions/new
- Use
HACKAGE_AUTH_TOKENas the Name and paste the generated token as the Secret - Click Add secret
Done! Lmk if there are any issues.