File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7878 secrets :
7979 app-id : ${{ secrets.app-id }}
8080 app-key : ${{ secrets.app-key }}
81+ gpg-key : ${{ secrets.gpg-key }}
82+ gpg-password : ${{ secrets.gpg-password }}
8183 if : >-
8284 inputs.conclusion == 'success'
8385 && ! inputs.skip
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ jobs:
108108 inputs.artifacts
109109 uses : envoyproxy/toolshed/actions/gpg@fa7bbf3b718788fe1d3f3606afa92304748559e2
110110 with :
111- gpg-key : ${{ secrets.gpg-key }}
112- gpg-password : ${{ secrets.gpg-password }}
111+ gpg-key : ${{ ! inputs.dry-run && secrets.gpg-key || '' }}
112+ gpg-password : ${{ ! inputs.dry-run && secrets.gpg-password || '' }}
113113 - name : Release title (eg commit message)
114114 id : title
115115 uses : envoyproxy/toolshed/actions/jq@fa7bbf3b718788fe1d3f3606afa92304748559e2
You can’t perform that action at this time.
0 commit comments