mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-03 04:03:05 +00:00
Merge pull request #295 from Project516/patch-2
build-doxygen.yml needs write permissions
This commit is contained in:
commit
d11c70a37a
2
.github/workflows/build-doxygen.yml
vendored
2
.github/workflows/build-doxygen.yml
vendored
|
|
@ -15,6 +15,8 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue