CaiJimmy / hugo-theme-stack-starter

A quickstart template to create a Hugo blog using hugo-theme-stack
https://demo.stack.jimmycai.com
MIT License
356 stars 109 forks source link

use new plugin to start Deploy action #16

Closed haxung closed 1 year ago

haxung commented 1 year ago

I saw this github action was failed to run because of deploy job is failed, I fixed it now. Follow steps below:

  1. get token from personal settings
  2. repo secerts set FLOW_TOKEN key and token value

Then workflow will run success.

CaiJimmy commented 1 year ago

Thanks for the PR!

I found another solution to this problem by adding write permission to Github Actions: https://github.com/CaiJimmy/hugo-theme-stack-starter/commit/11da5cc8a961ad23e841a68f9672e2386dc22f4a so there's no need to generate personal token manually.