Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ratgen authored Oct 4, 2023
1 parent 5f35caa commit 1a124df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:

- name: Build JHotDraw
env:
USER_NAME: ${{ github.actor }}
TOKEN: ${{ github.token }}
USER_NAME: ${{ secrets.USER_NAME }}
TOKEN: ${{ secrets.USER_TOKEN }}
run: mvn clean install -DskipTests -s .maven-settings.xml -f pom.xml

0 comments on commit 1a124df

Please sign in to comment.