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

fix: use shared infra github token for release please #92

Merged
merged 4 commits into from
Aug 1, 2024

Conversation

ninabernick
Copy link
Collaborator

You can't trigger a second workflow from a first workflow that used the repo's GITHUB_TOKEN (see here). Use central infra's tokens instead.

@ninabernick ninabernick requested review from jgadling and j-x-han August 1, 2024 16:57
runs-on: ubuntu-latest

release-please:
runs-on: [ARM64, self-hosted, Linux]
Copy link
Contributor

Choose a reason for hiding this comment

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

Any particular reason we're running this on ARM?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I copied that from the action provided by central infra. Not sure what difference this would make.

Copy link
Contributor

Choose a reason for hiding this comment

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

It just runs the action on our internal infrastructure (and using ARM nodes) instead of letting GitHub run it (by default on x86 nodes). Since this is a public-facing project I'd prefer to use the standard GitHub nodes as much as possible.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok! I'll revert that :)

@ninabernick ninabernick merged commit 78e7da7 into main Aug 1, 2024
4 checks passed
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