Closed joycebrum closed 1 year ago
Setting GITHUB_TOKEN permissions for all workflows. I was not sure how to flag the type of change.
Fixes #2847
The permissions were mostly generated from the Step Security tool, which has a database for actions needed permissions. To the workflows that used github api calls, I've checked the needed permissions by looking at https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs#overview
/cc @mihaimaruseac
Need someone from addons to merge it
@mihaimaruseac Thank you for the check
tyvm!
Description
Setting GITHUB_TOKEN permissions for all workflows. I was not sure how to flag the type of change.
Fixes #2847
Type of change
Checklist:
How Has This Been Tested?
The permissions were mostly generated from the Step Security tool, which has a database for actions needed permissions. To the workflows that used github api calls, I've checked the needed permissions by looking at https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs#overview