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
The case: we add team tester with write permission to the repo, so now every member of tester be able to run all the action now. The problem is this permission is to permissive, we need to restrict that the tester member just has the permission to run the test tool action rather than all of them.
The case: we add team
tester
withwrite
permission to the repo, so now every member of tester be able to run all the action now. The problem is this permission is to permissive, we need to restrict that the tester member just has the permission to run thetest tool
action rather than all of them.I red some doc here: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions but with no luck to solve this problem.
The text was updated successfully, but these errors were encountered: