Unable to use CI anymore
Closed this issue · 8 comments
In the --only-update line of the CI, it is now asking me to add --key or --account
This pr fixes it
The project is now fully console app. I'll clean up all 'input' and 'wait for keyboard press' today. And the --cli --force key will be removed because the project will already without input
I'll keep these --force --cli
, though. Sometimes need to get consent or a waiver from the user
Although from --force is only needed to skip the update menu. It can be replaced by --skip-webdriver-menu
Github Actions gives an error related to token and authentication. Yesterday I received a notification that the token is about to expire and you are recommended to recreate it by clicking on the button in the email. I did so and after that Github Actions scripts stopped authenticating and thus giving an error.
Github Actions gives an error related to token and authentication. Yesterday I received a notification that the token is about to expire and you are recommended to recreate it by clicking on the button in the email. I did so and after that Github Actions scripts stopped authenticating and thus giving an error.
You need to update the PAT secret in your settings with new token
I updated the token, but I didn't update the PAT secret. It's all working now.