Skip to content

Commit

Permalink
Move gpg key import earlier and add passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizlab committed Feb 23, 2024
1 parent 4be588e commit 8dc750a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
runs-on: [macos-14]

steps:
- name: Import GPG Signing Key
run: gpg --import --pinentry-mode=loopback --passphrase "${{ secrets.GPG_PRIVATE_KEY_PASS }}" <<<'${{ secrets.GPG_PRIVATE_KEY }}'

- name: Install xct and swift-sh
run: |
brew install xcode-actions/tap/xct xcode-actions/tap/swift-sh
- name: Import GPG Signing Key
run: gpg --import --pinentry-mode=loopback --passphrase '' <<<'${{ secrets.GPG_PRIVATE_KEY }}'

- name: Checkout eXtenderZ versioning
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 8dc750a

Please sign in to comment.