Skip to content

Commit

Permalink
Added env vars to read creds off secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Aug 19, 2024
1 parent 9b5f451 commit 48dab9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
cache: maven
distribution: 'temurin'
- name: Build with Maven
env:
USER_NAME: ${{ secrets.PPE_USER_NAME }}
ACCESS_TOKEN: ${{ secrets.PPE_ACCESS_TOKEN }}
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml -B clean package --file pom.xml

0 comments on commit 48dab9c

Please sign in to comment.