Skip to content

Commit

Permalink
GPG signing?
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Jul 9, 2024
1 parent b3b2bd2 commit d590520
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/flatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
with:
submodules: 'recursive'

- name: Setup GPG
id: gpg
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

# See "Multiple Architectures" below
- name: Setup QEMU
if: ${{ matrix.arch == 'aarch64' }}
Expand Down

0 comments on commit d590520

Please sign in to comment.