sinedied / publish-devto

:postbox: GitHub Action to publish markdown files on dev.to platform, with assets hosted on GitHub.
MIT License
39 stars 7 forks source link

Github no longer allows secrets starting with "GITHUB_" #38

Open Theqwertypusher opened 3 months ago

Theqwertypusher commented 3 months ago

Instead of GITHUB_TOKEN, I currently use GH_ACCESS_TOKEN. I'm happy to put in a PR for this

sinedied commented 2 months ago

Do you have a link for the new policy? I'd probably replace it with GH_TOKEN then, as many other actions do.