mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
CI: Pipeline: add write permission to Docs Pipeline
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
55dbdbb7cb
commit
ce992c2ca3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/Pipeline.yml
vendored
2
.github/workflows/Pipeline.yml
vendored
|
@ -63,6 +63,8 @@ jobs:
|
|||
Docs:
|
||||
runs-on: ubuntu-latest
|
||||
name: '📓 Docs'
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
||||
- name: 🧰 Checkout
|
||||
|
|
Loading…
Reference in a new issue