Skip to content

Commit

Permalink
fix key and make sure paths match
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerRick committed May 6, 2024
1 parent 0a0d425 commit 53da201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Prepare GPG key
run: |
gpg_dir="$(pwd)/.cr-gpg"
gpg_dir="${HOME}/.cr-gpg"
mkdir "$gpg_dir"
keyring="$gpg_dir/secring.gpg"
base64 -d <<< "$GPG_KEY_BASE64" > "$keyring"
Expand Down
3 changes: 2 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ repo: netbox-chart
remote: origin
target-branch: develop
sign: true
key: NetBox Community
key: builds@netboxlabs.com
keyring: ~/.cr-gpg/secring.gpg
chart-dirs:
- charts
chart-repos:
Expand Down

0 comments on commit 53da201

Please sign in to comment.