Results 2 comments of Spanfile

Library code should never panic when the user makes a mistake (in this case, not filling in the authentication information or requesting the access token), it should return an error...

I ran into this exact same issue using Kaniko and figured out a solution. When running NodeJS based actions such as `actions/checkout`, they're ran using Node.JS 20 that is externally...