Update render-publish.yml
This commit is contained in:
parent
7142642fd1
commit
1650d1d48b
1 changed files with 6 additions and 0 deletions
6
.github/workflows/render-publish.yml
vendored
6
.github/workflows/render-publish.yml
vendored
|
@ -4,6 +4,12 @@ on:
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pages: write
|
||||||
|
id-token: write
|
||||||
|
|
||||||
name: Render and Publish
|
name: Render and Publish
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue