Skip to content

Commit 935d6b8

Browse files
committed
Update other workflows.
1 parent 9a0293e commit 935d6b8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
types: [opened, reopened, synchronize, labeled, unlabeled]
66

7+
permissions: write-all
8+
79
env:
810
triggerLabelFull: "tests-requested: full"
911
triggerLabelQuick: "tests-requested: quick"

.github/workflows/checks_secure.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
pull_request_target:
66
types: [synchronize]
77

8+
permissions: write-all
9+
810
concurrency:
911
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1012
cancel-in-progress: true

.github/workflows/update-feature-branches.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
schedule:
1414
- cron: "0 16 * * 1" # Mondays, 4pm UTC = 9am PST / 10am PDT
1515

16+
permissions: write-all
17+
1618
env:
1719
defaultBranchPattern: "feature_branch/*"
1820
defaultMainBranch: "main"

0 commit comments

Comments
 (0)