ghactions
ghactions copied to clipboard
report visibility of logs to other github actions beta users
I have confirmed:
- if a user is a repo contributor or owner, they can see the actions tab and logs, even when they're not on the beta (as per their personal user account)
- if a user is an org member, and the org is on the beta, then the user can see the actions tab and logs for all repos of that org.
- even if a user is on the beta (as per their personal user account) but neither member of the org nor the repo, then they can't see the actions tab or the logs.
this will pretty much limit the visibility of whatever actions are doing for TDD, because most contributors won't be members of the repos and/or r-lib/tidyverse orgs.
For example, I can't see the actions tab for https://github.com/actions/docker, even though I am on the beta, and actions/docker appears to be using actions (there's a github/main.workflow).
emailed github support about this.