Skip to content

Commit

Permalink
permissions block in query-filters.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeluka committed Jan 24, 2025
1 parent 7e3036b commit d7f3976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/query-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7f3976

Please sign in to comment.