Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Remove GH_TOKEN from actions/checkout #13567

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

matrei
Copy link
Contributor

@matrei matrei commented Jul 26, 2024

This commit tries to address the 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.

This commit tries to address the 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.
@matrei matrei requested review from sdelamo and jeffscottbrown July 26, 2024 04:54
@jeffscottbrown jeffscottbrown merged commit e0ba240 into 7.0.x Jul 26, 2024
9 of 11 checks passed
@matrei matrei deleted the matrei/fix-snapshot-publishing branch July 26, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants