Skip to content

Commit

Permalink
SWC-6663: Pass with inputs (#5533)
Browse files Browse the repository at this point in the history
* Pass with inputs

* Revert "Pass with inputs"

This reverts commit 7759b3e.

* Pass the names of the vars
  • Loading branch information
xschildw committed Sep 26, 2024
1 parent 3d3edf4 commit 2b3a8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ runs:
distribution: 'corretto'
cache: maven
server-id: sagebionetworks
server-username: ${{ env.MAVEN_USERNAME }}
server-password: ${{ env.MAVEN_USERPWD }}
server-username: MAVEN_USERNAME
server-password: MAVEN_USERPWD

- name: Version pom.xml
shell: bash
Expand Down

0 comments on commit 2b3a8c0

Please sign in to comment.