Skip to content

Commit

Permalink
Added JIRA credentials to build
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Aug 6, 2023
1 parent 710c227 commit 88972fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Unit and Integration Tests
uses: GabrielBB/xvfb-action@v1
with:
run: mvn clean verify
run: mvn clean verify -DJIRA_USERNAME=${{ secrets.JIRA_USERNAME }} -DJIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }} -DJIRA_WEBSERVICE_URL=${{ secrets.DJIRA_WEBSERVICE_URL }}

0 comments on commit 88972fb

Please sign in to comment.