We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The GitHub action integration.yml is reading the oauth2 token from the repository secret MAL_OAUTH2_TOKEN.
integration.yml
MAL_OAUTH2_TOKEN
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.
Create a new GitHub action that gets a fresh oauth2 token and updates the respository secret.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
The GitHub action
integration.yml
is reading the oauth2 token from the repository secretMAL_OAUTH2_TOKEN
.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.
The text was updated successfully, but these errors were encountered: