Skip to content

Commit

Permalink
ci(workflows): [release] set trust on gpg key via action input
Browse files Browse the repository at this point in the history
- crazy-max/ghaction-import-gpg#168
- https://github.com/crazy-max/ghaction-import-gpg/releases/tag/v5.3.0

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Sep 26, 2023
1 parent 0390249 commit 3dab080
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release.yml
Expand Up @@ -109,16 +109,7 @@ jobs:
git_tag_gpgsign: true
git_user_signingkey: true
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
# todo: remove when https://github.com/crazy-max/ghaction-import-gpg/issues/118 is resolved
- id: gpg-trust
name: Set trust on GPG key
run: |
gpg --no-tty --command-fd 0 --edit-key ${{ steps.gpg-import.outputs.keyid }} << EOTRUST
trust
5
y
quit
EOTRUST
trust_level: 5
- id: yarn
name: Install dependencies
run: yarn
Expand Down

0 comments on commit 3dab080

Please sign in to comment.