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 93bbe5f commit bfe5fa6Copy full SHA for bfe5fa6
.github/workflows/matrix_builds.yaml
@@ -400,6 +400,7 @@ jobs:
400
GITHUB_TOKEN: "${{ secrets.RO_GHTOKEN || github.token }}"
401
GITLAB_TOKEN: "${{ secrets.RO_GLTOKEN }}"
402
MINISIGN_KEY: "${{ secrets.MINISIGN_KEY }}"
403
+ MINISIGN_PASSWORD: "${{ secrets.MINISIGN_PASSWORD }}"
404
run: |
405
set +e # Don't exit on error, we want to capture the result
406
0 commit comments