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 cbd2e7a commit 82aa5d6Copy full SHA for 82aa5d6
.github/workflows/run.yml
@@ -33,6 +33,8 @@ jobs:
33
pip install .[dflow]
34
35
- name: Manual Approval
36
+ env:
37
+ INPUT_APPROVERS: ${{ secrets.APPROVERS }}
38
uses: trstringer/manual-approval@v1
39
with:
40
secret: ${{ github.token }}
0 commit comments