We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4237e1d + 2760e00 commit 83914c4Copy full SHA for 83914c4
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
name: Import GPG key
34
id: import_gpg
35
# see https://github.com/hashicorp/terraform-provider-scaffolding/issues/22
36
- uses: crazy-max/ghaction-import-gpg@v6.2.0
+ uses: crazy-max/ghaction-import-gpg@v6.3.0
37
with:
38
# These secrets will need to be configured for the repository:
39
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
0 commit comments