mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.86k stars 285 forks source link

Allow access to secrets #155

Closed upintheairsheep closed 1 year ago

upintheairsheep commented 1 year ago

I have my GitHub token on my runner and I want to get access to it via this action as I am running a tool that requires it, and it errors me due to insufficient permissions. How do I teen able the premission at my own risk?

mxschmitt commented 1 year ago

You need to manually pass the secrets over and increase the scope via https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs