We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef672d commit 590f656Copy full SHA for 590f656
.github/workflows/publish-release.yml
@@ -23,6 +23,14 @@ jobs:
23
base:
24
runs-on: ubuntu-latest
25
steps:
26
+ - uses: trstringer/manual-approval@v1
27
+ with:
28
+ secret: ${{ github.TOKEN }}
29
+ approvers: euanmillar,rikukissa
30
+ minimum-approvals: 1
31
+ issue-title: 'Release: ${{ github.event.inputs.release_version }}'
32
+ issue-body: 'Please approve or deny the publishing of release: ${{ github.event.inputs.release_version }} to Dockerhub'
33
+ exclude-workflow-initiator-as-approver: false
34
- uses: actions/checkout@v2
35
if: github.event_name == 'workflow_dispatch'
36
with:
0 commit comments