Skip to content

Commit

Permalink
debug commit for adding secret
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Jul 19, 2024
1 parent ec19a03 commit 32fa96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
SIGNING_KEY: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
SIGNING_KEY: ${{ secrets.SIGNING_SECRET_KEY_ASC }}
NEXUS_UNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PWD: ${{ secrets.NEXUS_PASSWORD }}
SIGNING_KEYID: ${{ secrets.SIGNING_KEY_ID }}
Expand Down

0 comments on commit 32fa96d

Please sign in to comment.