Azure / setup-helm

Github Action for installing Helm
MIT License
135 stars 45 forks source link

Bug: #96

Closed floralatin closed 1 year ago

floralatin commented 1 year ago

What happened?

azure/setup-helm@v3 to install helm in GitHub action

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

Version

Runner

Relevant log output

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

bakito commented 1 year ago

@floralatin You have to set this in you workflow.

      - name: Install Helm
        uses: azure/setup-helm@v3
        with:
          token: ${{ secrets.GITHUB_TOKEN }}