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

use GraphQL call instead of git push #27

Closed
wants to merge 2 commits into from

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Dec 12, 2024

If we care about restricting git push in the workflow and create a signed commit, we can use a GraphQL API call instead of git push.

I've tested it with https://github.com/TestOrgPleaseIgnore/bluesky/actions/runs/12287645499/job/34290039602, which created TestOrgPleaseIgnore@b10d255

@joyeecheung
Copy link
Member

Do we actually care about signed commit shere? And what's the downside of git push in the workflow? I do find the current format easier to read/debug, and easy to replicate/test locally.

@aduh95
Copy link
Contributor Author

aduh95 commented Dec 12, 2024

Yeah I kinda agree, it started as a simple idea, but it turned out to be more complicated than I envisioned. Let's keep the current approach for now

@aduh95 aduh95 closed this Dec 12, 2024
@aduh95 aduh95 deleted the createCommitOnBranch branch December 12, 2024 23:22
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