Setup
Last updated
Install the app from the and follow the instructions, and receive an access token.
1. Open your repo on GitHub.
2. Go to Settings
3. Then, go to Secrets
4. in Action, select New Repository Secret
Enter the token provided to you by Sprkl under any name you'd like.
Details are down below.
Add the following step to make available in your workflow:
Since Sprkl analyzes your git history () during the workflow, so make sure to include it in your action by setting fetch-depth: 0
in .
Get your token by setting up the .
Follow the in the sprkl example repository - a real use-case of microservices e-commerce.