Show More
@@ -2,6 +2,9 b' name: Build docs' | |||||
2 |
|
2 | |||
3 | on: [push, pull_request] |
|
3 | on: [push, pull_request] | |
4 |
|
4 | |||
|
5 | permissions: | |||
|
6 | contents: read | |||
|
7 | ||||
5 | jobs: |
|
8 | jobs: | |
6 | build: |
|
9 | build: | |
7 | runs-on: ubuntu-latest |
|
10 | runs-on: ubuntu-latest |
@@ -8,6 +8,8 b' on:' | |||||
8 | - cron: '23 1 * * 1' |
|
8 | - cron: '23 1 * * 1' | |
9 | workflow_dispatch: |
|
9 | workflow_dispatch: | |
10 |
|
10 | |||
|
11 | permissions: | |||
|
12 | contents: read | |||
11 |
|
13 | |||
12 | jobs: |
|
14 | jobs: | |
13 | test: |
|
15 | test: |
General Comments 0
You need to be logged in to leave comments.
Login now