Skip to content

Commit

Permalink
fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivchar Vitaly committed Jul 19, 2024
1 parent d5fb700 commit a7307ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- maven
env:
SONATYPE_TOKEN: ${{ secrets.SONATYPE_TOKEN }}
SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }}
Expand All @@ -27,7 +28,7 @@ jobs:

- name: Prepare environment
run: |
echo '$SIGNING_SECRET_KEY_RING_CONTENT' | base64 -d > publish_key.gpg
echo '$SIGNING_SECRET_KEY_RING_CONTENT' | base64 -id > publish_key.gpg
gpg --quiet --batch --yes --decrypt --passphrase="$SECRET_PASSPHRASE" --output secret.gpg publish_key.gpg
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit a7307ea

Please sign in to comment.