Skip to content

Commit

Permalink
Use secrets from pipeline for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tschut committed Feb 28, 2023
1 parent 1875016 commit 678f521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SIGNING_SECRING: ${{ secrets.SIGNING_SECRING }}
run: |
mkdir ~/.gradle
echo "signing.keyId=$SIGNING_KEY_ID" > ~/.gradle/gradle.properties
echo "signing.password=$SIGNING_PASSWORD" >> ~/.gradle/gradle.properties
echo "signing.secretKeyRingFile=$HOME/.gradle/secring.gpg" >> ~/.gradle/gradle.properties
Expand Down

0 comments on commit 678f521

Please sign in to comment.