Skip to content

Commit

Permalink
feat: Add new signing key for new org
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenn-newbury committed Feb 23, 2023
1 parent 1c3a42b commit 7c0364a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v5
with:
# These secrets will need to be configured for the repository:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
gpg_private_key: ${{ secrets.TERRAFORM_GPG_SIGNING_KEY }}
passphrase: ${{ secrets.TERRAFORM_GPG_SIGN_KEY_PW }}

- name: Release
id: release
Expand All @@ -51,7 +51,6 @@ jobs:
"@semantic-release/[email protected]"
"[email protected]"
env:
GIT_CREDENTIALS: git:${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

Expand Down

0 comments on commit 7c0364a

Please sign in to comment.