Describe the bug
sync_project.yml doesn't specify the token during actions/checkout@v2 in the TEMPLATE Branches.
This leads to a termination of the Github action during the checkout process.
Expected behavior
Please specify the token in the 'actions/checkout@v2' step in the sync_project.yml for the template branch as follows:
token: '${{ secrets.JOHNNY_Q5_REPORTS_TOKEN }}'
Additional context
We noticed this in the data-model-lib Template Branch and SF fixed in on the master branch.
Describe the bug
sync_project.ymldoesn't specify the token duringactions/checkout@v2in the TEMPLATE Branches.This leads to a termination of the Github action during the checkout process.
Expected behavior
Please specify the token in the 'actions/checkout@v2' step in the sync_project.yml for the template branch as follows:
token: '${{ secrets.JOHNNY_Q5_REPORTS_TOKEN }}'Additional context
We noticed this in the data-model-lib Template Branch and SF fixed in on the master branch.