Skip to content

Commit

Permalink
Fix publishing gh environment (#51)
Browse files Browse the repository at this point in the history
* re-add github-environment

* configure GitHub Packages user/pass

* fix GitHub Packages user/pass env vars
  • Loading branch information
aSemy authored Dec 22, 2023
1 parent 6542309 commit 347c190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_gradle_task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
"ORG_GRADLE_PROJECT_signing.password": ${{ secrets.SONATYPE_SIGNING_PASSWORD }}
ORG_GRADLE_PROJECT_sonatypeRepositoryUsername: ${{ secrets.SONATYPE_REPO_USERNAME }}
ORG_GRADLE_PROJECT_sonatypeRepositoryPassword: ${{ secrets.SONATYPE_REPO_PASSWORD }}
ORG_GRADLE_PROJECT_gitHubPackagesRepositoryUsername: ${{ env.USERNAME }}
ORG_GRADLE_PROJECT_gitHubPackagesRepositoryPassword: ${{ env.TOKEN }}
ORG_GRADLE_PROJECT_gitHubPackagesUsername: ${{ env.USERNAME }}
ORG_GRADLE_PROJECT_gitHubPackagesPassword: ${{ env.TOKEN }}

- name: Upload build reports
if: failure()
Expand Down

0 comments on commit 347c190

Please sign in to comment.