mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 23:20:12 +01:00
Merge pull request #52 from nicholas-fedor/51-fix-code-scanning-alert---workflow-does-not-contain-permissions
Update publish-docs.yml
This commit is contained in:
commit
37afb42c5e
1 changed files with 9 additions and 5 deletions
8
.github/workflows/publish-docs.yml
vendored
8
.github/workflows/publish-docs.yml
vendored
|
|
@ -8,6 +8,10 @@ on:
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
actions: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-docs:
|
publish-docs:
|
||||||
name: Publish Docs
|
name: Publish Docs
|
||||||
|
|
@ -26,8 +30,8 @@ jobs:
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: "3.10"
|
||||||
cache: 'pip'
|
cache: "pip"
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
docs-requirements.txt
|
docs-requirements.txt
|
||||||
- name: Install mkdocs
|
- name: Install mkdocs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue