Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Mar 22, 2024
1 parent 778df86 commit cc1fdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: ${{ contains(github.event.pull_request.labels.*.name, 'publish-snapshots') }}
env:
PGP_PASSPHRASE: ${{ secrets.OSSRH_GPG_PASSPHRASE }}
PGP_SECRET: ${{ secrets.OSSRH_GPG_KEY_BASE64 }}
PGP_SECRET: ${{ secrets.OSSRH_GPG_KEY }}
SONATYPE_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}
run: |
Expand Down

0 comments on commit cc1fdc0

Please sign in to comment.