Skip to content

Commit

Permalink
Use environment variables to assign signatory details.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 12, 2023
1 parent 2925689 commit 7631962
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-android-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Import GPG key
run: |
echo "${{ secrets.OSSRH_GPG }}" > private-key.asc
gpg --import --batch private-key.asc
- name: Cache Gradle packages
uses: actions/cache@v2
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish-client-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Import GPG key
run: |
echo "${{ secrets.OSSRH_GPG }}" > private-key.asc
gpg --import --batch private-key.asc
- name: Cache Gradle packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 7631962

Please sign in to comment.