Certificate expired CLI error in GitHub Actions

Hey! I implement the GitHub Action as follows

- name: Install Doppler CLI
  uses: DopplerHQ/cli-action@v2

Until today it worked normally. A few minutes ago, I started seeing these errors, causing all of my jobs to fail.

Run DopplerHQ/cli-action@v2
  
certificate has expired
Waiting 10 seconds before trying again
certificate has expired
Waiting 17 seconds before trying again
Error: certificate has expired

Any help would be appreciated!

Hi @mrlubos!

Sorry for the delay getting back to you on this! It looks like this was a problem on GitHub’s side that they resolved late Friday evening. Could you confirm whether or not you’re still having issues with this?

Regards,
-Joel

Hi @watsonian, thank you for the update! I can confirm this now works as expected.