File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v2
2121
22- # This is a temporary workaround until GitHub Actions start natively
23- # supporting signed commits like they should
24- - name : Import GPG key
25- id : import_gpg
26- uses : crazy-max/ghaction-import-gpg@v4
27- with :
28- gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
29- passphrase : ${{ secrets.PASSPHRASE }}
30- git_user_signingkey : true
31- git_commit_gpgsign : true
22+ # # This is a temporary workaround until GitHub Actions start natively
23+ # # supporting signed commits like they should
24+ # - name: Import GPG key
25+ # id: import_gpg
26+ # uses: crazy-max/ghaction-import-gpg@v4
27+ # with:
28+ # gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
29+ # passphrase: ${{ secrets.PASSPHRASE }}
30+ # git_user_signingkey: true
31+ # git_commit_gpgsign: true
3232
3333 - name : Set up Python
3434 uses : actions/setup-python@v2
You can’t perform that action at this time.
0 commit comments