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.
1 parent f2c7113 commit 90cb37bCopy full SHA for 90cb37b
.github/workflows/backend-tests.yml
@@ -14,6 +14,9 @@ on:
14
- 'db_connector/**'
15
- '.github/workflows/backend-tests.yml'
16
17
+permissions:
18
+ contents: read
19
+
20
jobs:
21
test:
22
runs-on: ubuntu-latest
.github/workflows/frontend-tests.yml
@@ -12,6 +12,9 @@ on:
12
- 'frontend/**'
13
- '.github/workflows/frontend-tests.yml'
0 commit comments