Replies: 2 comments 2 replies
-
|
oh https://github.com/pixelkat5/Pixel5.info/settings/secrets/actions then Repository secrets right? |
Beta Was this translation helpful? Give feedback.
-
|
Yeah definitely don't commit your token to your source code. Use github actions secrets to store the token and pass it in like the example shows:
If you wanted a local-first workflow, https://github.com/bcomnes/async-neocities ships a cli that can deploy from CI or locally. Locally it stores the token in a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I use replit, I'm following this guide and ofc the main page.
Anyways if I were to put the yaml in my source code, wouldn't it just expose my API key for anyone to use...? Which is ofc a bad thing. I might be doing some of this wrong but I should be able to use replit and the git tab to push to both the repo page and my site. Which as of now uses GitHub pages but I would assume I wouldn't need that as neocities would host it.
Sorry if this is a stupid post but I was just wondering.
Beta Was this translation helpful? Give feedback.
All reactions