Skip to content

Commit 7631962

Browse files
committed
Use environment variables to assign signatory details.
1 parent 2925689 commit 7631962

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/publish-android-maven-central.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
java-version: '11'
1818
distribution: 'adopt'
1919

20-
- name: Import GPG key
21-
run: |
22-
echo "${{ secrets.OSSRH_GPG }}" > private-key.asc
23-
gpg --import --batch private-key.asc
24-
2520
- name: Cache Gradle packages
2621
uses: actions/cache@v2
2722
with:

.github/workflows/publish-client-maven-central.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
java-version: '11'
1818
distribution: 'adopt'
1919

20-
- name: Import GPG key
21-
run: |
22-
echo "${{ secrets.OSSRH_GPG }}" > private-key.asc
23-
gpg --import --batch private-key.asc
24-
2520
- name: Cache Gradle packages
2621
uses: actions/cache@v2
2722
with:

0 commit comments

Comments
 (0)