Closed nitrocode closed 11 months ago
Hi @nitrocode what do you mean by "internal" action? Is this on a private GitHub Enterprise Server (behind the firewall), or is this a private repo on GitHub.com?
You should be able to do the same with ratchet:
export ACTIONS_TOKEN=$(gh config get -h github.com oauth_token)
ratchet ./
Oh I meant private repo on github.com.
I did not know I could use that env var. Thank you!
New issue?
TL;DR
For internal/private repos, pinning actions would be nice
A workaround for myself is to use mheap/pin-github-action. I'd like to use
ratchet
since that's what I currently use for open source actions.Detailed design
Additional information
See above