Skip to content

Commit aae65ab

Browse files
authored
chore: grant workflow write access to repository contents (#53)
1 parent b4db0ef commit aae65ab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-build.yaml renamed to .github/workflows/build-and-release.yml.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
pull_request:
1111
types: [ opened, synchronize, reopened ]
1212

13+
permissions:
14+
contents: write
15+
1316
jobs:
1417
build:
1518
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)