Skip to content

Commit

Permalink
fix: uncomment import gpg key step
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brandt <[email protected]>
  • Loading branch information
andrewb1269hg committed Jan 21, 2025
1 parent e9948d2 commit 1468b01
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/flow-trigger-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
echo "Checked out branch: $(git symbolic-ref --short HEAD)"
fi
# - name: Import GPG Key
# uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0
# with:
# git_commit_gpgsign: true
# git_tag_gpgsign: true
# git_user_signingkey: true
# gpg_private_key: ${{ secrets.SVCS_GPG_KEY_CONTENTS }}
# passphrase: ${{ secrets.SVCS_GPG_KEY_PASSPHRASE }}
- name: Import GPG Key
uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0
with:
git_commit_gpgsign: true
git_tag_gpgsign: true
git_user_signingkey: true
gpg_private_key: ${{ secrets.SVCS_GPG_KEY_CONTENTS }}
passphrase: ${{ secrets.SVCS_GPG_KEY_PASSPHRASE }}

- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
Expand Down

0 comments on commit 1468b01

Please sign in to comment.