Laughing-Man-Studios / Ski-Resort-Dashboard

A small dashboard to display some statistics about the local ski resorts I visit
MIT License
0 stars 0 forks source link

[Issue58] Fixing Token Scopes And Names #62

Closed Rogibb111 closed 1 year ago

Rogibb111 commented 1 year ago

This PR updates the release workflow to work with the new setup of tokens. I have moved the token used for checking out the repo into the repository secrets instead of environement secrets. I figure that if I have more pipelines setup, I will still always need to checkout the code, so this token should be available to all actions related to this repo. I removed my old environment and created a new Production one that contains the FLY_API_TOKEN. I'm using this environment with my deploy step because everything here is related to production. Changes include:

Rogibb111 commented 1 year ago

:tada: This PR is included in version 1.1.7 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: