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
ci: set persist-credentials: false on checkout steps
actions/checkout persists the job token into the workspace .git/config by
default. These jobs never push or fetch with it, so persisting it only lets
a later compromised step in the same job read the token from disk. Setting
persist-credentials: false keeps it out of the checkout.
0 commit comments