Specify workflow permissions for build-and-deploy action (#948)

* add write permissions to build-and-deploy action

fixes#914

* formatting
pull/951/head
John Ryan 3 years ago committed by GitHub
parent 822a046c08
commit 308c6ff21c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,8 @@ on:
- master
jobs:
build-and-deploy:
permissions:
contents: write
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save