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
{{ message }}
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
I sugget you to edit the script to include the GITHUB_SECRET_TOKEN also during the cloning to allow the scripts to work also on private repositories.
line 17 should be git clone "https://[email protected]/$GITHUB_REPO" "$repo_temp”
Cheers,
Michele
Only one problem with that: that will display the secret in the output, so it would require the cloning to also be redirected to /dev/null to avoid leakage.
The text was updated successfully, but these errors were encountered:
@emmekappa writes:
Only one problem with that: that will display the secret in the output, so it would require the cloning to also be redirected to /dev/null to avoid leakage.
The text was updated successfully, but these errors were encountered: