Skip to content

Commit

Permalink
PLT-191: token update
Browse files Browse the repository at this point in the history
  • Loading branch information
n5nk committed Nov 24, 2023
1 parent c4e72bd commit 35532ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -Dcheckstyle.skip -Drat.skip=true -Dit.skip=true -Denforcer.skip=true -Dmaven.javadoc.skip=true ${{ env.BUILD_MAVEN_OPTS }}
env:
GITHUB_TOKEN: ${{ secrets.my_pat }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 35532ea

Please sign in to comment.