Skip to content

Commit

Permalink
Fix CI GPG key again
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed May 27, 2024
1 parent 8a71862 commit eccf079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run Command
run: cargo ${{ matrix.action.command }} ${{ matrix.action.args }}
- name: Configure GPG Key
run: echo -n "$GPG_SIGNING_KEY" | base64 --decode --ignore-garbage | gpg --batch --allow-secret-key-import --import
run: echo -n "$GPG_SIGNING_KEY" | gpg --batch --allow-secret-key-import --import
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
- name: Sign Release
Expand Down

0 comments on commit eccf079

Please sign in to comment.