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
This commit addresses an issue of snapshots not
being published by removing the use of `GH_TOKEN` during the
repository checkout process in the workflow file.
The error message is "Error: fatal: could not read Username for
'https://github.com': terminal prompts disabled" when
`actions/checkout@v4` does git fetch.
0 commit comments