Skip to content

Commit

Permalink
Merge pull request #2718 from github/kaeluka/4779-1
Browse files Browse the repository at this point in the history
Update workflow permissions
  • Loading branch information
kaeluka authored Jan 24, 2025
2 parents 7e3036b + d7f3976 commit 573ad88
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 573ad88

Please sign in to comment.