Skip to content

Commit

Permalink
Sign root CI build too
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jul 24, 2024
1 parent 737525e commit 2e0fe73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ jobs:
run: "./gradlew checkLicenses build publishToMavenLocal"

env:
NO_SIGNING: "true"
ORG_GRADLE_PROJECT_signingKey: "${{ secrets.GPG_KEY }}"
ORG_GRADLE_PROJECT_signingPassword: "${{ secrets.GPG_PASSWORD }}"

GRADLE_PUBLISH_KEY: "${{ secrets.GRADLE_PUBLISH_KEY }}"
GRADLE_PUBLISH_SECRET: "${{ secrets.GRADLE_PUBLISH_SECRET }}"

TOKEN: "${{ secrets.TOKEN }}"

- name: Gradle (Test)
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
run: "./gradlew checkLicenses build publishToMavenLocal"

env:
ORG_GRADLE_PROJECT_signingKey: "${{ secrets.GPG_KEY }}"
ORG_GRADLE_PROJECT_signingPassword: "${{ secrets.GPG_PASSWORD }}"

GRADLE_PUBLISH_KEY: "${{ secrets.GRADLE_PUBLISH_KEY }}"
GRADLE_PUBLISH_SECRET: "${{ secrets.GRADLE_PUBLISH_SECRET }}"

TOKEN: "${{ secrets.TOKEN }}"

- name: Gradle (Test)
Expand Down

0 comments on commit 2e0fe73

Please sign in to comment.