We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b511323 commit 4102779Copy full SHA for 4102779
1 file changed
.github/workflows/release.yaml
@@ -34,10 +34,10 @@ jobs:
34
${{ runner.os }}-go-
35
- name: Import GPG Key
36
id: import_gpg
37
- uses: hashicorp/ghaction-import-gpg@v2.1.0
38
- env:
39
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
40
- PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+ uses: crazy-max/ghaction-import-gpg@v5
+ with:
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.GPG_PASSPHRASE }}
41
- name: Login to Public ECR
42
uses: docker/login-action@v1
43
with:
0 commit comments