Skip to content

Commit

Permalink
ci: fix secret's name (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Jul 10, 2024
1 parent a6a0557 commit f2562c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
commitAuthorName: 'kube1st'
commitAuthorEmail: ${{ secrets.GPG_EMAIL }}
gpgPrivateKey: ${{ secrets.GPG_KEY }}
gpgPrivateKey: ${{ secrets.GPG_PRIVATE_KEY }}
gpgPassphrase: ${{ secrets.GPG_PASSPHRASE }}
commitTitle: "chore: update license years with {{currentYear}}"
prTitle: "chore: update license years with {{currentYear}}"

0 comments on commit f2562c4

Please sign in to comment.