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:
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -5,6 +5,8 @@ on:
|
||||
- master
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user