added proper variables for GPG
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 11s
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 11s
This commit is contained in:
parent
2a1852b4ca
commit
331f700933
@ -22,12 +22,11 @@ jobs:
|
|||||||
GO_PIPELINE_LABEL: ${{ gitea.event.repository.updated_at}}_${{ gitea.sha }}
|
GO_PIPELINE_LABEL: ${{ gitea.event.repository.updated_at}}_${{ gitea.sha }}
|
||||||
- name: Prepare GPG
|
- name: Prepare GPG
|
||||||
run: /usr/lib/gnupg/gpg-preset-passphrase --preset --passphrase ${GPG_PASSPHRASE} ${GPG_KEYGRIP}
|
run: /usr/lib/gnupg/gpg-preset-passphrase --preset --passphrase ${GPG_PASSPHRASE} ${GPG_KEYGRIP}
|
||||||
- name: Build AppImage
|
|
||||||
run: ./tools/build.sh
|
|
||||||
env:
|
env:
|
||||||
GO_PIPELINE_LABEL: ${{ gitea.event.repository.updated_at}}_${{ gitea.sha }}
|
|
||||||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||||
GPG_KEYGRIP: ${{ env.GPG_KEYGRIP }}
|
GPG_KEYGRIP: ${{ env.GPG_KEYGRIP }}
|
||||||
|
- name: Build AppImage
|
||||||
|
run: ./tools/build.sh
|
||||||
- name: Upload AppImage
|
- name: Upload AppImage
|
||||||
run: ./tools/upload_gitea.sh
|
run: ./tools/upload_gitea.sh
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user