digitalocean / action-doctl

GitHub Actions for DigitalOcean - doctl
https://www.digitalocean.com/
MIT License
472 stars 41 forks source link

Access Token always fails authentication #50

Open burn2delete opened 3 years ago

burn2delete commented 3 years ago

Followed this guide: https://docs.digitalocean.com/products/kubernetes/how-to/deploy-using-github-actions/

Access token with read/write always fails authentication.

burn2delete commented 3 years ago

confirmed same token works when run locally

andrewsomething commented 3 years ago

Can you share any error messages you are seeing and at what step in that guide?

GK-SVG commented 1 year ago

Can you share any error messages you are seeing and at what step in that guide?

Screenshot_2022-12-28_20-25-17

CBielstein commented 1 year ago

This might be a GitHub Actions secrets permission thing instead of an issue with this code. I've been struggling with this when a PR from a forked repo triggers a workflow, then GitHub won't supply secrets to the workflow run. Double check the secrets permissions in your repository settings and see if there's something that can help.

If this is about PRs from forked repos, I opened issue #67 to discuss that scenario.

berkes commented 8 months ago

Gives the same error on a brand new -non forked- repo.