Skip to content

Commit 786daae

Browse files
Update gitlab-mirror.yml
Add GPG
1 parent 20ed97f commit 786daae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gitlab-mirror.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
mirror:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
1919

@@ -24,6 +24,9 @@ jobs:
2424
git_user_signingkey: true
2525
git_commit_gpgsign: true
2626
git_user_email: ${{ secrets.GPG_USER_EMAIL }}
27+
git_committer_email: ${{ secrets.GPG_USER_EMAIL }}
28+
trust_level: 5
29+
git_config_global: true
2730

2831
- uses: pixta-dev/repository-mirroring-action@v1
2932
with:

0 commit comments

Comments
 (0)