Skip to content

Commit

Permalink
Add makelicious as approver for releases and prod deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
makelicious committed Jun 27, 2024
1 parent f2e7327 commit b48dac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: trstringer/manual-approval@v1
with:
secret: ${{ github.TOKEN }}
approvers: euanmillar,rikukissa
approvers: makelicious,euanmillar,rikukissa
minimum-approvals: 1
issue-title: 'Deploy (${{ github.event.inputs.environment }}): core: ${{ github.event.inputs.core-image-tag }} country config: ${{ github.event.inputs.countryconfig-image-tag }}'
issue-body: 'Please approve or deny the deployment of core: ${{ github.event.inputs.core-image-tag }} country config: ${{ github.event.inputs.countryconfig-image-tag }} to ${{ github.event.inputs.environment }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: trstringer/manual-approval@v1
with:
secret: ${{ github.TOKEN }}
approvers: euanmillar,rikukissa
approvers: makelicious,euanmillar,rikukissa
minimum-approvals: 1
issue-title: 'Release: ${{ env.TAG }}'
issue-body: 'Please approve or deny the publishing of release: ${{ env.TAG }} to Dockerhub'
Expand Down

0 comments on commit b48dac3

Please sign in to comment.