Skip to content

Commit

Permalink
snap: Allow access to SSH keys and $HOME/.config/hugo
Browse files Browse the repository at this point in the history
Closes #11288
  • Loading branch information
jmooring committed Jul 27, 2023
1 parent 739d10e commit 575d7f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions snap/snapcraft.yaml
Expand Up @@ -59,6 +59,12 @@ plugs:
interface: personal-files
read:
- $HOME/.config/gcloud
dot-cache-hugo:
interface: personal-files
write:
- $HOME/.cache/hugo
ssh-keys:
interface: ssh-keys

environment:
HOME: $SNAP_REAL_HOME
Expand Down Expand Up @@ -95,6 +101,8 @@ apps:
- dot-aws
- dot-azure
- dot-config-gcloud
- dot-cache-hugo
- ssh-keys

parts:
git:
Expand Down

0 comments on commit 575d7f8

Please sign in to comment.