Skip to content

Commit

Permalink
Remove the trust part
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj authored Jan 16, 2025
1 parent 8c4e66b commit 810645e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/product-file-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
KEY_ID=$(gpg --list-secret-keys --keyid-format LONG | grep 'sec' | awk '{print $2}' | cut -d'/' -f2)
echo "KEY_ID=$KEY_ID" >> $GITHUB_ENV
- name: Trust GPG key
shell: bash
run: |
echo -e "5\ny\n" | gpg --command-fd 0 --batch --edit-key ${{ env.KEY_ID }} trust
- name: Configure Git to use GPG key
shell: bash
run: |
Expand Down

0 comments on commit 810645e

Please sign in to comment.