Skip to content

Commit

Permalink
adding gpg signin secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloChianfa committed Sep 1, 2024
1 parent b4e324a commit db7db3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db7db3f

Please sign in to comment.