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(release) use a temporary token from GH app to fix homebrew deployment #455

Merged
merged 2 commits into from
Jan 12, 2022

Conversation

dduportal
Copy link
Contributor

This PR is a "merge-back" of the release https://github.com/updatecli/updatecli/releases/tag/v0.17.3 that solved the homebrew issue.

It features the switch from a Personal Access Token to a GitHub Application to allow the homebrew publication.
It's the same method as for the workflow updatecli: a github app at organization level is defined,
and we use a github action to generate a temporary token, valid for the duration of the release build only.

Test

To test this pull request, you have to trigger a new release (v0.18.1) ?

Additional Information

Tradeoff

Potential improvement

@dduportal dduportal enabled auto-merge (rebase) January 12, 2022 20:26
@dduportal dduportal requested a review from olblak January 12, 2022 20:26
@dduportal dduportal added chore cleanup github_actions Pull requests that update Github_actions code labels Jan 12, 2022
@dduportal dduportal merged commit 3963e04 into main Jan 12, 2022
@dduportal dduportal deleted the 0.17.x branch January 12, 2022 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore cleanup github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants