kings-league-project
kings-league-project copied to clipboard
ci: fix ci to deploy app after an auto update
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:
- Create a Git Personal Token
- Create a repository secret with the key
WORKFLOW_GIT_ACCESS_TOKEN
and put the value of the personal token created before
That fixed the issue https://github.com/midudev/kings-league-project/issues/285