-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access Token always fails authentication #50
Comments
confirmed same token works when run locally |
Can you share any error messages you are seeing and at what step in that guide? |
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. |
Gives the same error on a brand new -non forked- repo. |
Followed this guide: https://docs.digitalocean.com/products/kubernetes/how-to/deploy-using-github-actions/
Access token with read/write always fails authentication.
The text was updated successfully, but these errors were encountered: