Account Token not workin in GH Actions
I am currently setting up a github action to push my astro static site to workers. I created an account token with the proper permissions (checked the docs) but I am getting an error saying that the token doesn't have the ability to read the user email. This makes sense since the token is not tied to a user.
How do I configure the action to not check for user token fields since it's an account token?
0 Replies