Skip to content

Commit

Permalink
Add GPG_PASSPHRASE
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmveel committed Oct 11, 2023
1 parent d3840cb commit fda1b30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

env:
WIRESPEC_BUILD_LINUX: true
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
env:
WIRESPEC_BUILD_MAC_ARM: true
WIRESPEC_BUILD_MAC_X86: true
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:
VERSION: ${{needs.version.outputs.version}}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -266,6 +269,7 @@ jobs:
VERSION: ${{needs.version.outputs.version}}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fda1b30

Please sign in to comment.