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 daf1e13 commit b4e324a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: template-sync
name: Template SYNC

on:
workflow_dispatch:
Expand All @@ -17,6 +17,11 @@ jobs:
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passpharse: ${{ secrets.GPG_PASSPHRASE }}
git_user_name: ${{ secrets.GIT_USERNAME }}
git_user_email: ${{ secrets.GIT_USER_EMAIL }}
source_repo_path: actions/javascript-action
upstream_branch: main
pr_labels: chore,template,sync

0 comments on commit b4e324a

Please sign in to comment.