diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 95855db..c3f97e3 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -19,7 +19,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - gpg_passpharse: ${{ secrets.GPG_PASSPHRASE }} + gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} git_user_name: ${{ secrets.GIT_USERNAME }} git_user_email: ${{ secrets.GIT_USER_EMAIL }} source_repo_path: actions/javascript-action