Skip to content

Commit

Permalink
updated the files
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Sep 9, 2024
1 parent 6ed62f9 commit 075e315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sbt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt update && sudo apt install -y gnupg

- name: Import PGP secret
run: echo "$PGP_SECRET" | gpg --batch --no-tty --import
run: echo "${{ secrets.PGP_SECRET }}" | gpg --batch --no-tty --import

- name: Refresh version tag
run: git pull --tags
Expand Down

0 comments on commit 075e315

Please sign in to comment.