Merge branch 'main' into henrymercer/add-permissions
This commit is contained in:
commit
3b34c672ca
17 changed files with 161 additions and 54 deletions
4
.github/workflows/query-filters.yml
vendored
4
.github/workflows/query-filters.yml
vendored
|
|
@ -19,9 +19,9 @@ jobs:
|
|||
query-filters:
|
||||
name: Query Filters Tests
|
||||
timeout-minutes: 45
|
||||
permissions:
|
||||
contents: read
|
||||
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