mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
Add goreleaser key to main release process (#3423)
Signed-off-by: James Humphries <james@james-humphries.co.uk>
This commit is contained in:
committed by
James Humphries
parent
ec37f46b5f
commit
2e73239e87
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -117,9 +117,10 @@ jobs:
|
|||||||
# Note: the GPG_FINGERPRINT and GPG_KEY_FILE are defined in the task above. If they are not set,
|
# Note: the GPG_FINGERPRINT and GPG_KEY_FILE are defined in the task above. If they are not set,
|
||||||
# goreleaser won't sign the packages.
|
# goreleaser won't sign the packages.
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
||||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_TOKEN }}
|
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_TOKEN }}
|
||||||
RELEASE_FLAG_PRERELEASE: ${{ inputs.prerelease }}
|
|
||||||
RELEASE_FLAG_LATEST: ${{ inputs.latest }}
|
RELEASE_FLAG_LATEST: ${{ inputs.latest }}
|
||||||
|
RELEASE_FLAG_PRERELEASE: ${{ inputs.prerelease }}
|
||||||
|
|
||||||
- name: Remove GPG key
|
- name: Remove GPG key
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user