From bb400c93b5923983ef36b6d7ded7c1936d09557a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Richez?= Date: Fri, 21 Jul 2023 16:24:22 +0200 Subject: [PATCH] fix credentials --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0539a8..84140b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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