-
Notifications
You must be signed in to change notification settings - Fork 40
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
Use actions/checkout@v3 token for git push to trigger other actions #180
Conversation
@devth I found this - actions/checkout#664 (comment) Mind checking if that PAT has an expire date set? Other than that, we can try adding the specific repo to checkout and the branch to the checkout action config |
Nope, it doesn't have an expiration date! |
Kinda lame it needs one but, I guess that is good for security |
Let me provision a new one with exp date. |
Ok, new one is set. Expires in a year. It has read/write for commits on this repo. |
🎉 It worked, but we didn't get the tag with it.... Something to look at next |
Amazing! Thanks for fixing it. Hope it can auto close the github issue too at some point. I think that was working at some point? We'll see with the next release I guess! |
@devth I think this will configure git correctly on checkout, so we can push 🤞