You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }}'
Describe the bug
sync_project.yml
doesn't specify the token duringactions/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.
The text was updated successfully, but these errors were encountered: