Skip to content

Commit cfbbc96

Browse files
committed
refactor(ci): fixed the permissions oopsie again
1 parent 6f0492d commit cfbbc96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
deploy:
3636
runs-on: ubuntu-latest
3737
permissions:
38-
contents: write
38+
pages: write
39+
id-token: write
3940
environment:
4041
name: github-pages
4142
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)