kings-league-project icon indicating copy to clipboard operation
kings-league-project copied to clipboard

ci: fix ci to deploy app after an auto update

Open cubancodepath opened this issue 2 years ago • 0 comments

When the scrapper is executed via GitHub action, the deploy action will be triggered if we have a change in db

To make this work you need to:

  1. Create a Git Personal Token
  2. Create a repository secret with the key WORKFLOW_GIT_ACCESS_TOKEN and put the value of the personal token created before

Read more...

That fixed the issue https://github.com/midudev/kings-league-project/issues/285

cubancodepath avatar Jan 09 '23 16:01 cubancodepath