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

utils/github: use x-access-token #18242

Merged
merged 1 commit into from
Sep 4, 2024
Merged

utils/github: use x-access-token #18242

merged 1 commit into from
Sep 4, 2024

Conversation

Bo98
Copy link
Member

@Bo98 Bo98 commented Sep 4, 2024

This is mandatory for GitHub App tokens.

It seems to also work for PATs - documentation isn't exactly clear on that but I think it works.

Probably fixes Homebrew/actions#584

Copy link

@Goooler Goooler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Bo98, let's give it a whirl.

@MikeMcQuaid MikeMcQuaid merged commit 628362f into master Sep 4, 2024
27 checks passed
@MikeMcQuaid MikeMcQuaid deleted the x-access-token branch September 4, 2024 07:43
@Goooler
Copy link

Goooler commented Sep 4, 2024

Error: Failure while executing; `/usr/bin/env git push --set-upstream ***github.com/Goooler/homebrew-repo bump-kotlin-explorer-1.6.0:bump-kotlin-explorer-1.6.0` exited with 1. Here's the output:
To https://github.com/Goooler/homebrew-repo
 ! [rejected]        bump-kotlin-explorer-1.6.0 -> bump-kotlin-explorer-1.6.0 (non-fast-forward)
error: failed to push some refs to 'https://github.com/Goooler/homebrew-repo'

https://github.com/Goooler/homebrew-repo/actions/runs/10700380504/job/29663997922

Originally posted by @Goooler in Homebrew/actions#584 (comment)

@Homebrew Homebrew locked and limited conversation to collaborators Sep 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support using secrets.GITHUB_TOKEN for sending PRs
4 participants