Skip to content

Commit 7326366

Browse files
authored
Merge pull request #6 from DigiNode-Tools/github-workflow-builds
Try to increase build permissions
2 parents c7fe0d9 + 59b2f68 commit 7326366

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types: [created]
66

7+
permissions:
8+
contents: write
9+
packages: write
10+
711
jobs:
812
build-and-release:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)