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
fix(login-to-gar): replace hardcoded opt dir with runner temp env var (#1001)
* Replace hardcoded /opt directory with RUNNER_TEMP
Non-root users are not allowed to write in the /opt directory.
Instead we leave it to github runners to create stuff in a temp directory
that every user can access.
Note that we are allowing zizmor to ignore a github env error.
This is because the RUNNER_TEMP variable is controlled just by GITHUB_ACTIONS and
is not accessible to anyone else
* Reword
* Remove second zizmor ref
0 commit comments