Skip to content

Commit

Permalink
Fix snapshot releases (#1004)
Browse files Browse the repository at this point in the history
Sonatype now uses tokens, and we need to use the github-actions environment to get to the secrets
  • Loading branch information
nh13 authored Jul 31, 2024
1 parent 9a4b01d commit ba11bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

needs: test
runs-on: ubuntu-latest
environment: github-actions
env:
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASS: ${{ secrets.SONATYPE_PASS }}
Expand Down

0 comments on commit ba11bfe

Please sign in to comment.