Big question is, whether it can actually login into GitHub via my account for example, or using an access token, so that it can actually use the secrets. Otherwise I think it's still better to use tool like cake/psake that just integrate with GitHub actions, but can be run totally separate
That's a great tutorial. Short and straight forward no wasting time
Thanks for sharing - this has always been a sticking point for me, and it's good to know there's some local support. Look forward to trying this out!
YW!
thanks for your information my friend, excellent quality of video and sound
My pleasure!
Excellent! Thank you, Shawn!!
Welcome!
Awesome -- thank you for sharing!
My pleasure!
Big question is, whether it can actually login into GitHub via my account for example, or using an access token, so that it can actually use the secrets.
Otherwise I think it's still better to use tool like cake/psake that just integrate with GitHub actions, but can be run totally separate
I don't think Act needs to do that. It will use the secrets you pass it (or in in the environment).
What if I use a secret from GitHub and not an env variable how will I test it out using act ?
You won't be able to but you can pass variables into the command-line or use an act.env file to set them.
@@swildermuth Thanks for your help!
Is it normal that the pull takes forever, I see my download speed above 5mb/s and it's been like 30 min so far
Use the command act -v you will verbose logs, and u will exactly what's happening