Skip to content

Commit 0354bff

Browse files
authored
Update auto-update-copyright.yml
1 parent 9c21b65 commit 0354bff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/auto-update-copyright.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
CURRENT_YEAR: ${{ env.CURRENT_YEAR }}
4343
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
4449
run: |
4550
# Configure Git for the action
4651
git config --local user.email "pooya_parsa_dadashi@yahoo.com"

0 commit comments

Comments
 (0)