mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-21 18:11:36 +01:00
gpg fingerprint
This commit is contained in:
parent
b705188599
commit
3640bbac5e
@ -17,6 +17,7 @@ jobs:
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
- name: import gpg
|
||||
id: import_gpg
|
||||
uses: https://github.com/crazy-max/ghaction-import-gpg@v5
|
||||
with:
|
||||
gpg_private_key: ${{ secrets.GPGSIGN_KEY }}
|
||||
@ -34,4 +35,5 @@ jobs:
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
S3_REGION: ${{ secrets.AWS_REGION }}
|
||||
S3_BUCKET: ${{ secrets.AWS_BUCKET }}
|
||||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
||||
GPGSIGN_PASSPHRASE: ${{ secrets.GPGSIGN_PASSPHRASE }}
|
||||
|
Loading…
Reference in New Issue
Block a user