ipfs-shipyard / ipfs-share-files

Share files via IPFS
https://share.ipfs.io
MIT License
148 stars 31 forks source link

Unable to deploy to (dev.)share.ipfs.io #128

Open lidel opened 3 years ago

lidel commented 3 years ago

This repo uses CircleCI. Deploy step fails when trying to update github status:

curl: (22) The requested URL returned error: 401 
https://api.github.com/repos/ipfs-shipyard/ipfs-share-files/statuses/2d3aecdbc694e41d3151e09526865eb5c88334cb {"state":"pending","target_url":"https://ipfs.io/","description":"Pinnning to IPFS cluster","context":"IPFS"}
Failed to update github status

Exited with code exit status 1

I guess this may be due to invalidated/expired GITHUB_TOKEN (?)

@mburns @olizilla What is our policy around CircleCI thse days? Can one of you fix this by updating the token, or do we need to migrate this website to GithubActions?

mburns commented 3 years ago

I've updated with the new @ipfsbot token, and made sure it has access to the repo via the CI group.

Rerunning the most recent Deploy step still failed, I'll poke some more.