Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
gloabal access token not working. Custom one does at least locally.
  • Loading branch information
codeshield-ci authored Jul 24, 2020
1 parent 72becdd commit ec73716
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 @@ -42,7 +42,7 @@ jobs:

maven-repo-server-id: CodeShield-Security
maven-repo-server-username: ${{ secrets.CI_USER }}
maven-repo-server-password: ${{ secrets.GITHUB_ACCESS_TOKEN }}
maven-repo-server-password: ${{ secrets.CI_PACKAGES_TOKEN }}

git-release-bot-name: ${{ secrets.CI_USER }}
git-release-bot-email: "[email protected]"
Expand Down

0 comments on commit ec73716

Please sign in to comment.