Skip to content

Commit

Permalink
update workflows publish-maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Данила Беляков authored and Данила Беляков committed Jul 29, 2024
1 parent bae0eb0 commit 115d680
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-maven-alice-ktx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install GPG
run: sudo apt-get install -y gnupg

- name: Create GPG directory
run: mkdir -p ~/gpg

- name: Import GPG key
run: |
echo "${{ secrets.GPG_SECRET_KEY }}" | gpg --dearmor > ~/gpg/secring.gpg
Expand Down

0 comments on commit 115d680

Please sign in to comment.