1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

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

* add write permissions to build-and-deploy action

fixes#914

* formatting
This commit is contained in:
John Ryan
2021-11-02 08:37:34 -07:00
committed by GitHub
parent 822a046c08
commit 308c6ff21c

View File

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