chore: Set permissions for GitHub actions (#7928)

Co-authored-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
This commit is contained in:
chris48s
2022-05-05 18:45:08 +01:00
committed by GitHub
parent bab13b9c32
commit d6df4fbb5d
4 changed files with 11 additions and 3 deletions

View File

@@ -3,6 +3,10 @@ on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest