Skip to content

Commit 573ad88

Browse files
authored
Merge pull request #2718 from github/kaeluka/4779-1
Update workflow permissions
2 parents 7e3036b + d7f3976 commit 573ad88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/query-filters.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
name: Query Filters Tests
2121
timeout-minutes: 45
2222
runs-on: ubuntu-latest
23+
permissions:
24+
contents: read # This permission is needed to allow the GitHub Actions workflow to read the contents of the repository.
2325
steps:
2426
- name: Check out repository
2527
uses: actions/checkout@v4

0 commit comments

Comments
 (0)