You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to set up a github action to deploy Sanity studio automaitcally but it fails.
It seems like it's about node version, but I am not sure because I am new to github actions and this kinda things.
Can you help me?
What I did
I stored my API token on my sanity studio github repo as a secret.
I added main.yml file in .github/workflows directory.
Summary
I tried to set up a github action to deploy Sanity studio automaitcally but it fails.
It seems like it's about node version, but I am not sure because I am new to github actions and this kinda things.
Can you help me?
What I did
I stored my API token on my sanity studio github repo as a secret.
I added
main.yml
file in .github/workflows directory.What happened
When I push a commit on main branch, github action failes.
Here is the entire log of github action after a
set up a job
phase.The text was updated successfully, but these errors were encountered: