mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-02 13:47:38 +03:00
Merge pull request #2365 from dbnicholson/apidoc-permissions
workflow/docs: Give token write permission to push gh-pages
This commit is contained in:
commit
08fc6d92e7
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -10,6 +10,10 @@ jobs:
|
||||
docs:
|
||||
name: Build documentation
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
# This job pushes to the gh-pages branch, so the token needs write
|
||||
# privileges for repo contents.
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user