changed deploy permissions
This commit is contained in:
parent
63944f55a0
commit
f4f06b2af3
7
.github/workflows/deploy-docs.yml
vendored
7
.github/workflows/deploy-docs.yml
vendored
@ -1,9 +1,5 @@
|
|||||||
name: Deploy Sphinx Docs to GitHub Pages
|
name: Deploy Sphinx Docs to GitHub Pages
|
||||||
|
|
||||||
permissions:
|
|
||||||
id-token: write
|
|
||||||
pages: write
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -12,7 +8,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user