Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-walia committed Mar 23, 2024
1 parent 2715155 commit 5380a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Deploy to GitHub Packages
run: mvn -B deploy -P FullBuild
env:
USER_NAME: ${{ secrets.USER_NAME }}
USER_NAME: ${{ secrets.GITHUB_ACTOR }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5380a4d

Please sign in to comment.