We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0d425 commit 53da201Copy full SHA for 53da201
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Prepare GPG key
36
run: |
37
- gpg_dir="$(pwd)/.cr-gpg"
+ gpg_dir="${HOME}/.cr-gpg"
38
mkdir "$gpg_dir"
39
keyring="$gpg_dir/secring.gpg"
40
base64 -d <<< "$GPG_KEY_BASE64" > "$keyring"
config.yaml
@@ -3,7 +3,8 @@ repo: netbox-chart
3
remote: origin
4
target-branch: develop
5
sign: true
6
-key: NetBox Community
+key: [email protected]
7
+keyring: ~/.cr-gpg/secring.gpg
8
chart-dirs:
9
- charts
10
chart-repos:
0 commit comments