mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Add read-all default permission to remaining github workflows templates (#1145)
This commit is contained in:
3
.github/workflows/beta.yml
vendored
3
.github/workflows/beta.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: Beta Branch CI
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [beta]
|
||||
|
||||
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@@ -1,4 +1,8 @@
|
||||
name: Deploy to GitHub Pages
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: Master Branch CI
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
4
.github/workflows/verify-web-demos.yml
vendored
4
.github/workflows/verify-web-demos.yml
vendored
@@ -1,4 +1,8 @@
|
||||
name: Verify web demos
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
verify-web-demos:
|
||||
|
||||
Reference in New Issue
Block a user