We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd55ca commit 536b766Copy full SHA for 536b766
.github/workflows/codeql.yml
@@ -6,6 +6,7 @@ on:
6
branches: ['main']
7
schedule:
8
- cron: '00 4 * * 2'
9
+permissions: {}
10
jobs:
11
analyze:
12
name: Analyze
.github/workflows/docs.yml
@@ -2,6 +2,7 @@ name: docs
2
on:
3
pull_request:
4
5
docs:
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -4,6 +4,7 @@ on:
branches-ignore: ['gh-pages']
env:
SERVER_AUTH_TYPE: basic
SERVER_URL: http://127.0.0.1:5984
0 commit comments