Open obzva opened 1 year ago
Same error for me. Fixed by updating sanity-io/github-action-sanity
to latest.
uses: sanity-io/github-action-sanity@v0.7-alpha
Created a pull request with updated readme: https://github.com/sanity-io/github-action-sanity/pull/20
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.