DevoteamNL / opendora

Team performance insights for your organization.
GNU General Public License v3.0
64 stars 8 forks source link

Feature/#45 Finish helm chart for API #113

Closed kylejwatson closed 10 months ago

kylejwatson commented 11 months ago

Description

Tested workflow successfully.

Issue

This PR addresses issue #45.

Contribution Checklist:

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

goposky commented 10 months ago

Why/where is this happening?

https://github.com/DevoteamNL/opendora/actions/runs/7193556113

build Error while fetching latest Helm release: Error: [@octokit/auth-action] GITHUB_TOKEN variable is not set. It must be set on either env: or with:. See https://github.com/octokit/auth-action.js#createactionauth. Using default version v3.9.0

kylejwatson commented 10 months ago

Why/where is this happening?

https://github.com/DevoteamNL/opendora/actions/runs/7193556113

build Error while fetching latest Helm release: Error: [@octokit/auth-action] GITHUB_TOKEN variable is not set. It must be set on either env: or with:. See https://github.com/octokit/auth-action.js#createactionauth. Using default version v3.9.0

I believe it's a warning from azure/setup-helm@v3, will look into their issues but it seems to be non-breaking. Will also look into helm chart linting 👍