Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e3036b + d7f3976 commit 573ad88Copy full SHA for 573ad88
.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