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 31683d6 commit fa7fdceCopy full SHA for fa7fdce
.github/workflows/release-workflow.yml
@@ -44,6 +44,9 @@ jobs:
44
service: go-ssh-keysign
45
artifactVersion: ${{ needs.extract-version.outputs.clean_version }}
46
sha: ${{ github.sha }}
47
+ secrets:
48
+ GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
49
+ GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
50
51
create-release:
52
needs: [docker-build, go-build]
0 commit comments