- Open up the github-actions-allow-list.yml
- Add additional action(s), one per line
- Can add an:
- entire organization:
azure/*
- any action version:
azure/login@*
- a specific action version:
azure/login@v1
- a specific commit ref (i.e.: branch):
azure/login@main
- a specific commit full sha:
azure/login@v5906929b67adab884c91d130ce6a7a3a4205a8dd
- entire organization:
- Can add an:
- Commit changes in a branch
- Create a pull request
- Someone from the actions-approver-team will review
- Upon review and a merge of the Pull Request, the changes will be live in a few seconds after the Actions job finishes running 🚀
Important
Do not remove the actionsdesk/github-actions-allow-list-as-code-action@*
line otherwise this workflow will fail to initialize (because this Action is blocked) and you will have to manually add it back in.