Skip to content

Commit a6c8c4b

Browse files
committed
Add permissions for GitHub actions
1 parent 667acda commit a6c8c4b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Build and deploy
2+
permissions:
3+
contents: read
24
on:
35
push:
46
branches:

.github/workflows/build-on-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Build on Windows
2+
permissions:
3+
contents: read
24
on:
35
push:
46
branches:

.github/workflows/verification.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Verification
2+
permissions:
3+
contents: read
24
on:
35
schedule:
46
- cron: '15 3 * * *'

0 commit comments

Comments
 (0)