Skip to content

Commit c97a985

Browse files
authored
Set explicit permissions for GitHub Actions workflows (#432)
This change was made by an automated process to ensure all GitHub Actions workflows have explicitly defined permissions as per best practices.
1 parent d64e01b commit c97a985

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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

8+
permissions:
9+
contents: read
10+
811
jobs:
912
build-and-test:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)