permissions block in query-filters.yml
This commit is contained in:
parent
7e3036b9cd
commit
d7f39764f6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/query-filters.yml
vendored
2
.github/workflows/query-filters.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue