permissions block in query-filters.yml

This commit is contained in:
Stephan Brandauer
2025-01-24 12:12:00 +01:00
parent 7e3036b9cd
commit d7f39764f6
+2
View File
@@ -20,6 +20,8 @@ jobs:
name: Query Filters Tests
timeout-minutes: 45
runs-on: ubuntu-latest
permissions:
contents: read # This permission is needed to allow the GitHub Actions workflow to read the contents of the repository.
steps:
- name: Check out repository
uses: actions/checkout@v4