Skip to content

Commit

Permalink
Fix configuration of ghaction-import-gpg
Browse files Browse the repository at this point in the history
Motivation:

We did update the ghaction-import-gpg action but did miss to update the configuration as well

Modifications:

Fix configuration of action

Result:

Be able to release again
  • Loading branch information
normanmaurer committed Mar 13, 2024
1 parent 547449e commit d7c69c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- name: Setup git configuration
Expand Down

0 comments on commit d7c69c9

Please sign in to comment.