Skip to content

Commit

Permalink
README: add example of a non-default group
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed May 6, 2024
1 parent 4f9579b commit 6811dfd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ uses: canonical/setup-lxd
```
this action will install or refresh the LXD snap using the `latest/candidate` channel.

You can specify a different `group` membership required to access LXD:
```yaml
uses: canonical/setup-lxd
with:
group: lxd
```
and then users of that group will have full control over LXD.

You can specify a snap channel with the `channel` input:
```yaml
uses: canonical/setup-lxd
Expand Down

0 comments on commit 6811dfd

Please sign in to comment.