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

Enable semantic versioning through GitHub app #185

Closed
gabenegron opened this issue Jul 11, 2023 · 2 comments · Fixed by #273
Closed

Enable semantic versioning through GitHub app #185

gabenegron opened this issue Jul 11, 2023 · 2 comments · Fixed by #273
Assignees
Labels
chore Work that provides indirect value

Comments

@gabenegron
Copy link
Contributor

Current pipeline uses personal access token to enable semantic versioning. Since GitHub doesn't have the option of using a service/admin account, the most feasible option that allows us to get away from using a personal access token is using a GitHub app.

Acceptance Criteria

  • Pipeline is able to successfully continue to perform semantic versioning of our application, without the use of a personal access token
@gabenegron gabenegron added the chore Work that provides indirect value label Jul 11, 2023
@chrisba11
Copy link
Contributor

Here is my PR for this: #195

I used the wrong ticket number in my branch name, so I wanted to link it here so there's a trail to follow.

@chrisba11
Copy link
Contributor

This has been completed in PR #272. Leaving open because I am using the same ticket number to handle switching all uses of Sascha's PAT to using the actions-helper GH App token.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Work that provides indirect value
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants