Skip to content

Commit d7f3976

Browse files
committed
permissions block in query-filters.yml
1 parent 7e3036b commit d7f3976

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)