We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3036b commit d7f3976Copy full SHA for d7f3976
.github/workflows/query-filters.yml
@@ -20,6 +20,8 @@ jobs:
20
name: Query Filters Tests
21
timeout-minutes: 45
22
runs-on: ubuntu-latest
23
+ permissions:
24
+ contents: read # This permission is needed to allow the GitHub Actions workflow to read the contents of the repository.
25
steps:
26
- name: Check out repository
27
uses: actions/checkout@v4
0 commit comments