Skip to content

Commit

Permalink
Pass env variables to build
Browse files Browse the repository at this point in the history
  • Loading branch information
vrudas committed Feb 11, 2024
1 parent 1360688 commit 8f13fda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ jobs:

- name: Execute gradle assemble
run: ./gradlew assemble
env:
USERNAME: ${{ env.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}

0 comments on commit 8f13fda

Please sign in to comment.