Skip to content

Commit 6b1cd01

Browse files
committed
Set explicit permissions for GitHub Actions workflows
This change was made by an automated process to ensure all GitHub Actions workflows have explicitly defined permissions as per best practices.
1 parent 90f8d9f commit 6b1cd01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77
- "releases/*"
8+
permissions:
9+
contents: read
10+
actions: write
811

912
jobs:
1013
build-lint-test:

0 commit comments

Comments
 (0)