Skip to content

Commit

Permalink
fix credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Richez committed Jul 21, 2023
1 parent 4a3488e commit bb400c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
./millw mill.scalalib.PublishModule/publishAll \
__.publishArtifacts \
--sonatypeCreds '${{ secrets.GITHUB_TOKEN }}' \
--sonatypeCreds '${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}' \
--stagingRelease false \
--sonatypeUri "https://maven.pkg.github.com/input-output-hk/armadillo" \
--gpgArgs --batch,--yes,-a,-b
Expand Down

0 comments on commit bb400c9

Please sign in to comment.