Skip to content

Commit

Permalink
Merge pull request #4 from massdriver-cloud/update-release-workflow
Browse files Browse the repository at this point in the history
Updating release workflow action
  • Loading branch information
chrisghill authored Sep 17, 2022
2 parents d423276 + 8384232 commit d8e316c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
-
name: Import GPG key
id: import_gpg
uses: hashicorp/ghaction-import-gpg@v2.1.0
env:
uses: crazy-max/ghaction-import-gpg@v5.0.0
with:
# These secrets will need to be configured for the repository:
GPG_PRIVATE_KEY: ${{ secrets.TERRAFORM_GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.TERRAFORM_GPG_PASSPHRASE }}
gpg_private_key: ${{ secrets.TERRAFORM_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.TERRAFORM_GPG_PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/[email protected]
Expand All @@ -34,4 +34,4 @@ jobs:
args: release --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d8e316c

Please sign in to comment.