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:
19
19
steps :
20
20
- uses : actions/checkout@v2
21
21
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
32
32
33
33
- name : Set up Python
34
34
uses : actions/setup-python@v2
You can’t perform that action at this time.
0 commit comments