Skip to content

feat(release): add PAT support#5473

Merged
rax-it merged 2 commits intomasterfrom
rave/release-pat-support
Aug 29, 2025
Merged

feat(release): add PAT support#5473
rax-it merged 2 commits intomasterfrom
rave/release-pat-support

Conversation

@rax-it
Copy link
Contributor

@rax-it rax-it commented Aug 29, 2025

Details

Use a PAT to commit since github actions bot seems to be unavailable to bypass rulesets.

Does this pull request introduce a breaking change?

  • 😮‍💨 No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • 🤞 No, it does not introduce an observable change.

GUS work item

W-16628948

@rax-it rax-it requested a review from a team as a code owner August 29, 2025 21:05
- name: Set git identity (Actions bot)
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should that email be a secret as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so, this is generic github actions bot email

@rax-it rax-it merged commit a30a647 into master Aug 29, 2025
6 checks passed
@rax-it rax-it deleted the rave/release-pat-support branch August 29, 2025 22:55
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