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 db7db3f commit dd58f9d
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 @@ -17,7 +17,7 @@ jobs:
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.CUSTOM_GITHUB_PAT }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
git_user_name: ${{ secrets.GIT_USERNAME }}
Expand Down

0 comments on commit dd58f9d

Please sign in to comment.