Skip to content

Commit

Permalink
github: Allow build workflow write access
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 6, 2024
1 parent fd8de6a commit d25e8a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '*'

permissions:
contents: read
contents: write

jobs:
image-build:
Expand Down
3 changes: 3 additions & 0 deletions incus-osd/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/lxc/incus-os/incus-osd

go 1.23.4

0 comments on commit d25e8a5

Please sign in to comment.