Skip to content

Commit 50a7641

Browse files
committed
update workflow permissions
1 parent 7146b7c commit 50a7641

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111

1212
name: CI
1313

14+
permissions: {}
15+
1416
jobs:
1517
coding-guidelines:
1618
name: Coding Guidelines

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
tags:
77
- '[0-9]+.[0-9]+.[0-9]+*'
88

9+
permissions: {}
10+
911
jobs:
1012
update_ref:
1113
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)