Skip to content

Commit

Permalink
fix: secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
Changolaxtra committed Dec 18, 2023
1 parent 2794d5a commit d8d16bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Build with Maven
run: mvn -B clean package
- name: Deploy
run: mvn deploy -Dregistry=https://maven.pkg.github.com/Changolaxtra -Dtoken=${{ secrets.GITHUB_TOKEN }}
run: mvn deploy -Dregistry=https://maven.pkg.github.com/Changolaxtra -Dtoken=${{ secrets.DEPLOY_TOKEN }}

0 comments on commit d8d16bd

Please sign in to comment.