Skip to content

Commit

Permalink
fix(ksm): use custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
akantcheff committed Feb 15, 2024
1 parent c5e251f commit 04126b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ runs:
with:
keeper-secret-config: ${{ inputs.keeper-secret-config }}
secrets: |
kE5H6L68vUluOHvClGRl9A/field/gpg-private-key > env.GPG_PRIVATE_KEY
kE5H6L68vUluOHvClGRl9A/field/password > env.GPG_PASSPHRASE
kE5H6L68vUluOHvClGRl9A/custom_field/gpg-private-key > env.GPG_PRIVATE_KEY
kE5H6L68vUluOHvClGRl9A/custom_field/gpg-passphrase > env.GPG_PASSPHRASE
# commit author's name and email are set automatically with those associated to GPG key
- name: Import GPG key
Expand Down

0 comments on commit 04126b4

Please sign in to comment.