Skip to content

Commit 3e7e454

Browse files
committed
Drop unneeded permissions from workflow
1 parent b305ae7 commit 3e7e454

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
deploy:
1313
name: Deploy
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
1517
steps:
1618
- uses: actions/checkout@v3
1719

0 commit comments

Comments
 (0)