Skip to content

Commit 4102779

Browse files
Update release.yaml
1 parent b511323 commit 4102779

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
${{ runner.os }}-go-
3535
- name: Import GPG Key
3636
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 }}
37+
uses: crazy-max/ghaction-import-gpg@v5
38+
with:
39+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
40+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
4141
- name: Login to Public ECR
4242
uses: docker/login-action@v1
4343
with:

0 commit comments

Comments
 (0)