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

Update repository secret automatically #18

Open
nstratos opened this issue Apr 24, 2024 · 0 comments
Open

Update repository secret automatically #18

nstratos opened this issue Apr 24, 2024 · 0 comments

Comments

@nstratos
Copy link
Owner

Problem

The GitHub action integration.yml is reading the oauth2 token from the repository secret MAL_OAUTH2_TOKEN.

image

The oauth2 token eventually expires so the secret needs to be manually updated for the integration tests to keep working.

It would be convenient if the value of the secret was updated with a refreshed token automatically, perhaps through a new GitHub action.

Possible solution

Create a new GitHub action that gets a fresh oauth2 token and updates the respository secret.

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

No branches or pull requests

1 participant