mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-22 11:28:33 +00:00
Use changes from forked branches
This commit is contained in:
parent
206ed8c0ef
commit
b2858a6bfc
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
-
|
||||
name: Import the GPG signing key
|
||||
id: import_gpg
|
||||
uses: danitso/ghaction-import-gpg@v3
|
||||
uses: danitso/ghaction-import-gpg@master
|
||||
with:
|
||||
gpg-private-key: ${{ secrets.GPG_KEY }}
|
||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
-
|
||||
name: Import the GPG signing key
|
||||
id: import_gpg
|
||||
uses: danitso/ghaction-import-gpg@v3
|
||||
uses: danitso/ghaction-import-gpg@master
|
||||
with:
|
||||
gpg-private-key: ${{ secrets.GPG_KEY }}
|
||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
Loading…
Reference in New Issue
Block a user