Skip to content

Commit

Permalink
configuring environment variables for pr verify
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-engg-mobilesdk committed Aug 14, 2024
1 parent 6a7289f commit 22e50a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pull_request_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,17 @@ on:
types: [ opened, reopened, ready_for_review, synchronize ]
branches: [ "development", "master" ]

env:
ORG_GRADLE_PROJECT_oss_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_oss_mavenCentralUsername }}
ORG_GRADLE_PROJECT_oss_mavenCentralPassword: ${{ secrets.ORG_GRADLE_PROJECT_oss_mavenCentralPassword }}
ORG_GRADLE_PROJECT_profileId: ${{ secrets.ORG_GRADLE_PROJECT_profileId }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKey }}
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKeyId }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKeyPassword }}

jobs:
assemble-verification:
environment: publishing_gradle_config
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
strategy:
Expand Down

0 comments on commit 22e50a9

Please sign in to comment.