Skip to content

Commit fe21d53

Browse files
authored
update workflow permissions (#156)
1 parent ac7551c commit fe21d53

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Validate that the compiled artifacts are up-to-date.
22

33
name: Build
4+
permissions: read-all
45

56
on:
67
pull_request:

.github/workflows/dart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Tests for general `setup-dart` configurations.
22

33
name: Dart
4+
permissions: read-all
45

56
on:
67
push:

0 commit comments

Comments
 (0)