Skip to content

Commit

Permalink
Increase approvers to 2 for deployment. (#1706)
Browse files Browse the repository at this point in the history
This is to tighten security for nuget deployment.
  • Loading branch information
tomjebo committed Apr 29, 2024
1 parent 49e2c7a commit b6c366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
secret: ${{ github.TOKEN }}
approvers: twsouthwick,tomjebo,mikeebowen
minimum-approvals: 1
minimum-approvals: 2
issue-title: "Approval for publishing to Nuget.org"
issue-body: "Please approve or deny the deployment to Nuget.org"
exclude-workflow-initiator-as-approver: false
Expand Down

0 comments on commit b6c366b

Please sign in to comment.