-
Notifications
You must be signed in to change notification settings - Fork 15
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 OVERLEAF_COOKIE input format #4
Conversation
Do note that if you run the workflow say, every day, then this expiration shouldn't happen. (At least that's how things were earlier). Overleaf used to extend the same cookie expiration time. Let me confirm it in 7 days.
Even I was thinking about it the last time. Now the issue is everyone must be using
Hmm. Let me make another release soon. |
i had set the cookie almost exactly a month ago and i used the workflow ~15 times per day
i use the v1.0.0-alpha tag (and didn't know zou could use the master as well). well if most build directly from the latest commit their workflows would break for sure if this got merged :D |
Has your cookie expired yet? btw i have added backwards compatibility in the last commit |
Ah. I just saw the workflow. It looks like I have a lot of unnecessary CRON actions, and my private actions quota is over. :( The workflow did run fine for 3 days though. Sorry for the trouble. Let me start the workflow again. |
any updates? |
@subhamX my workflow hasn't crashed since last time |
@emhl; Ah. That's so cool. My apologies for the delayed response. I was in the middle of transitioning to a new job, and didn't have the bandwidth to work on my side projects. My workflow again got crashed (as there are some other internal services using the limited free resources in PRO account), and when I tried to run it again (after 18-19 days) the cookie was expired. I suspect if we run the workflow on regular interval it keeps the cookie active. Also, maybe we shouldn't create any new session or not use the same session whose cookie is being used. Do share what's the status of your workflow right now, and any hypothesis to this problem? Let me start a new workflow on a public repo this time. :) |
Testing this action on this public repository.Insights
|
the action has been continuously working since Oct 4 without the need to update the token, there probably isn't a maximum time any token can be used, if it gets used continuously. the "This cookie is to be only valid for a limited time and needs to be replaced after a while." line should be removed and/or replaced by a more detailed explanation what could cause the token to be reset |
I agree. Hoping to have better insights from this latest run. :) Shall post an update as soon as the workflow breaks because of revoked credentials. |
It has been more than 2 months, and the workflow is working flawlessly. :) |
Thank you @emhl for contributing to this repo. 🤗
|
my workflow hasn't crashed since October either.
Thanks alot for creating this awesome workflow :D |
when the session cookie runs out i always need to go back to this repository to check the syntax for the OVERLEAF_COOKIE secret. just pasting in the cookie would be much easier.
btw i've seen that you haven't created another tag
so all the features added after the initial commit aren't acessible without forking the project