Browse Source

GHA: add write permissions to workflow

Benton Edmondson 1 year ago
parent
commit
158bad5b98
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/build.yaml

+ 3 - 0
.github/workflows/build.yaml

@@ -1,5 +1,8 @@
 on: push
 
+permissions:
+  contents: write
+
 jobs:
   build:
     runs-on: ubuntu-22.04