We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4d74a commit c22956dCopy full SHA for c22956d
.github/workflows/build.yml
@@ -115,7 +115,7 @@ jobs:
115
}
116
117
- name: Setup key
118
- uses: crazy-max/ghaction-import-gpg@v5
+ uses: crazy-max/ghaction-import-gpg@v6
119
if: ${{ fromJSON(steps.deploy_check.outputs.result).is_deployable == 'true' }}
120
with:
121
fingerprint: ${{ vars.GPG_FINGERPRINT }}
.github/workflows/deploy-tag.yaml
@@ -39,7 +39,7 @@ jobs:
39
jdks
40
41
42
43
44
45
gpg_private_key: ${{ secrets.GPG_KEY }}
0 commit comments