Skip to content

Commit 8d7cf43

Browse files
committed
chore: update token permissions
1 parent 59ad3b5 commit 8d7cf43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
build:
1818
runs-on: ubuntu-24.04
1919
environment: github-pages
20+
21+
permissions:
22+
pages: write
23+
id-token: write
24+
contents: read
25+
packages: read
2026

2127
steps:
2228
- name: Use NodeJS v18

0 commit comments

Comments
 (0)