Skip to content

Commit

Permalink
fix: change secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
remisbaima committed Apr 23, 2022
1 parent d37aaa2 commit ba215bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: google-github-actions/release-please-action@v3.2.1
env:
GITHUB_USER: ${{ secrets.GITHUB_USER }}
GITHUB_TOKEN: ${{ secrets.GITHUB_PAT }}
GITHUB_TOKEN: ${{ secrets.PAT_RELEASE_PLEASE }}
with:
release-type: maven
package-name: license-checker-cyclonedx-maven-plugin
Expand Down

0 comments on commit ba215bc

Please sign in to comment.