You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the fetch-configlet script in this repo, which is designed to be used only in the GitHub Actions environment, we could also consider a gh-only implementation like:
Yeah. We have to pass in a token either way, but gh always makes authenticated requests. So that's more robust, at least in the sense that it fails noisily if the token handling is bad.
I've created #107, which uses the script from the top post in this issue.
Or reach feature parity with it.
For the
fetch-configlet
script in this repo, which is designed to be used only in the GitHub Actions environment, we could also consider agh
-only implementation like:The text was updated successfully, but these errors were encountered: