Skip to content

Commit

Permalink
I guess we still need GitHub package access for now ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Aug 21, 2024
1 parent 07b8d17 commit 65958a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macos-13
permissions:
contents: read
packages: write
packages: read

steps:
- name: Check out repo
Expand Down Expand Up @@ -45,3 +45,6 @@ jobs:
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.MAVEN_GPG_SECRET_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
# TODO: Remove these once Rallista's compose wrapper moves to Maven Central
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 65958a0

Please sign in to comment.