Skip to content

Commit c2451f2

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 b961457 commit c2451f2

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
@@ -1,4 +1,7 @@
11
name: Continuous Integration
2+
permissions:
3+
contents: read
4+
actions: write
25
on: # rebuild any PRs and main branch changes
36
pull_request:
47
push:

0 commit comments

Comments
 (0)