Skip to content

Commit fd89135

Browse files
committed
add permissions to deploy
1 parent 8964b67 commit fd89135

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-quarto.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040

4141
deploy:
4242
runs-on: ubuntu-latest
43+
permissions:
44+
pages: write
45+
id-token: write
4346
needs: build
4447
environment:
4548
name: github-pages

0 commit comments

Comments
 (0)