Skip to content

Commit 028cc7d

Browse files
committed
Fix github cd permissions.
1 parent 3a712f6 commit 028cc7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
- '.github/workflows/cd.yml'
1414
workflow_dispatch:
1515

16+
permissions:
17+
contents: read
18+
pages: write
19+
id-token: write
20+
1621
env:
1722
CARGO_TERM_COLOR: always
1823

0 commit comments

Comments
 (0)