action-doctl icon indicating copy to clipboard operation
action-doctl copied to clipboard

Access Token always fails authentication

Open burn2delete opened this issue 4 years ago • 5 comments

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

Access token with read/write always fails authentication.

burn2delete avatar Sep 07 '21 01:09 burn2delete

confirmed same token works when run locally

burn2delete avatar Sep 07 '21 01:09 burn2delete

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

andrewsomething avatar Sep 07 '21 14:09 andrewsomething

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

Screenshot_2022-12-28_20-25-17

GK-SVG avatar Dec 28 '22 14:12 GK-SVG

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.

CBielstein avatar Apr 16 '23 03:04 CBielstein

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

berkes avatar Feb 15 '24 11:02 berkes