Skip to content

Commit 8e5ba93

Browse files
authored
ci: restrict permissions to the empty set by default (Stebalien#389)
This is already the default in the repo settings, but we might as well re-iterate this here.
1 parent 4645b68 commit 8e5ba93

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ env:
1515
ANDROID_VERSION: "12.0.0"
1616
WASMTIME_BACKTRACE_DETAILS: 1
1717

18+
permissions: {}
19+
1820
name: CI
1921
jobs:
2022
deny:

.github/workflows/freebsd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- master
1010

11+
permissions: {}
1112
jobs:
1213
freebsd:
1314
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)