Replies: 1 comment
-
Sure, @eveyp. Looks like every repo automatically gets a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could the name of the GitHub access token in
inst/templates/github_actions.yaml
be switched fromGITHUBPAT
toGITHUB_TOKEN
?GITHUB_TOKEN
seems to be what many of theusethis
templates call it so this would make it easier to work with an existing access token (it took me a while to realize this was why my targets action kept failing).It seems that most of the examples in rlib/actions use
GITHUB_TOKEN
.Beta Was this translation helpful? Give feedback.
All reactions