Skip to content

Commit

Permalink
Add env vars to other workflos
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Oct 18, 2024
1 parent 8486d9e commit db509a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:

- name: Test Build Process
run: ./gradlew publishToMavenLocal
env:
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}

0 comments on commit db509a9

Please sign in to comment.