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
Grant minimum permissions to github acitons workflow jobs (#1577)
## Changes
Granting the minimum necessary permissions is always a good practice.
There might be cases where permissions are insufficient, but since
errors are very clear, I believe we can add them when a failure occurs.
After merging, I will change the default of the GITHUB_ACTIONS token
from read + write to read only. Then, I will run as many workflows as
possible (including publish) to verify their operation.
reference:
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token#overview
0 commit comments