We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c21b65 commit 0354bffCopy full SHA for 0354bff
.github/workflows/auto-update-copyright.yml
@@ -41,6 +41,11 @@ jobs:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
CURRENT_YEAR: ${{ env.CURRENT_YEAR }}
43
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
44
+ GPG_KEY_PASSPHRASE: ${{ secrets.GPG_KEY_PASSPHRASE }}
45
+ GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
46
+ GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
47
+ GIT_AUTHOR_NAME: Pooya Parsa Dadashi
48
+ GIT_AUTHOR_EMAIL: pooya_parsa_dadashi@yahoo.com
49
run: |
50
# Configure Git for the action
51
git config --local user.email "pooya_parsa_dadashi@yahoo.com"
0 commit comments