mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
fix(compile): remove gpg key from action to make it work in forks
This commit is contained in:
parent
f8d20403bd
commit
bcf09fe2b8
1 changed files with 0 additions and 9 deletions
9
.github/workflows/compile.yaml
vendored
9
.github/workflows/compile.yaml
vendored
|
|
@ -22,17 +22,8 @@ jobs:
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.16'
|
go-version: '1.16'
|
||||||
- name: Import GPG key
|
|
||||||
id: import_gpg
|
|
||||||
uses: paultyng/ghaction-import-gpg@v2.1.0
|
|
||||||
env:
|
|
||||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
|
||||||
PASSPHRASE: ${{ secrets.PASSPHRASE }}
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
args: release --rm-dist --skip-publish --snapshot
|
args: release --rm-dist --skip-publish --snapshot
|
||||||
env:
|
|
||||||
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue