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

chore(ci): use github app token instead of bot user #206

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

nirinchev
Copy link
Contributor

No description provided.

@@ -44,7 +50,7 @@ jobs:
- name: Merge Pull Request
uses: juliangruber/merge-pull-request-action@9234b8714dda9a08f3d1df5b2a6a3abd7b695353 # 1.3.1
with:
github-token: ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
github-token: ${{ steps.app-token.outputs.token }}
Copy link
Contributor

Choose a reason for hiding this comment

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

This will still work fine in terms of triggering GH actions runs on the created merge commit, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, the app token works pretty much the same way as a user token would.

@nirinchev nirinchev merged commit 1e7eb69 into main Nov 27, 2024
16 of 19 checks passed
@nirinchev nirinchev deleted the ni/app-token branch November 27, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants