helm-s3 icon indicating copy to clipboard operation
helm-s3 copied to clipboard

Unable to install helm-s3 plugin through Github runner

Open hareeshgaddam opened this issue 2 years ago • 1 comments

I'm facing below error when I'm trying to install helm-s3 plugin from Github runner

Error: Unable to get repository: fatal: could not create leading directories of '/home/runner/.cache/helm/plugins/https-github.com-hypnoglow-helm-s3.git': Permission denied

hareeshgaddam avatar May 08 '23 09:05 hareeshgaddam

Could you provide more details? What is your action looks like where you are installing the plugin?

Here is the example of how the plugin is installed in GitHub Action: https://github.com/hypnoglow/helm-s3/blob/master/.github/workflows/reusable-test-install.yml. This is actually used to test that the plugin can be installed properly.

hypnoglow avatar Sep 20 '23 17:09 hypnoglow