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: Fix SNAPSHOT publishing problem #13576

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

matrei
Copy link
Contributor

@matrei matrei commented Jul 30, 2024

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.

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.
@jeffscottbrown jeffscottbrown merged commit 171eaea into 6.2.x Jul 30, 2024
9 of 12 checks passed
@matrei matrei deleted the matrei/fix-snapshot-publishing branch July 30, 2024 12:44
codeconsole added a commit to codeconsole/grails-gradle-plugin that referenced this pull request Jul 30, 2024
codeconsole added a commit to grails/grails-gradle-plugin that referenced this pull request Jul 30, 2024
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