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
In the README, should this line: $ docker run -ti --rm actions-image ${OWNER} ${REPO} ${TOKEN} ${NAME}
instead be: $ docker run -ti --rm actions-image ${OWNER} ${REPO} ${PAT} ${NAME}
The text was updated successfully, but these errors were encountered:
Hi @antonyrobertson, I think you are right! I wasn't very consistent with readme updates near the end of those posts. I will review them and update this repo this week. I was planning on coming back and improving the setup also, but haven't had time yet. Thanks for the issue!
In the README, should this line:
$ docker run -ti --rm actions-image ${OWNER} ${REPO} ${TOKEN} ${NAME}
instead be:
$ docker run -ti --rm actions-image ${OWNER} ${REPO} ${PAT} ${NAME}
The text was updated successfully, but these errors were encountered: