Skip to content

Commit

Permalink
Fix/import gpg (#6)
Browse files Browse the repository at this point in the history
* fix: using import gpg action fork as a workaround

* fix: update import gpg action version
  • Loading branch information
msalman899 authored Jul 12, 2022
1 parent 675839f commit aacf824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
-
name: Import GPG key
id: import_gpg
uses: hashicorp/ghaction-import-gpg@v2.1.0
uses: msalman899/ghaction-import-gpg@v2.1.1
env:
# These secrets will need to be configured for the repository:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit aacf824

Please sign in to comment.