mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +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
|
name: Beta Branch CI
|
||||||
|
|
||||||
|
# Declare default permissions as read only.
|
||||||
|
permissions: read-all
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [beta]
|
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
|
name: Deploy to GitHub Pages
|
||||||
|
|
||||||
|
# Declare default permissions as read only.
|
||||||
|
permissions: read-all
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -1,5 +1,8 @@
|
|||||||
name: Master Branch CI
|
name: Master Branch CI
|
||||||
|
|
||||||
|
# Declare default permissions as read only.
|
||||||
|
permissions: read-all
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
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
|
name: Verify web demos
|
||||||
|
|
||||||
|
# Declare default permissions as read only.
|
||||||
|
permissions: read-all
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
verify-web-demos:
|
verify-web-demos:
|
||||||
|
|||||||
Reference in New Issue
Block a user