From b4e324aa7ec8cebae540954d5e8bc4e2efced6fd Mon Sep 17 00:00:00 2001 From: MuriloChianfa Date: Sun, 1 Sep 2024 19:24:19 -0300 Subject: [PATCH] adding gpg signin secrets --- .github/workflows/template-sync.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 9f32351..95855db 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -1,4 +1,4 @@ -name: template-sync +name: Template SYNC on: workflow_dispatch: @@ -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