Skip to content

Commit 1942dd3

Browse files
committed
ci: Limit the default permissions of GITHUB_TOKEN
1 parent 1eabac6 commit 1942dd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Deploy
22
on: push
33
jobs:
44
deploy:
5+
permissions:
6+
contents: write
57
runs-on: ubuntu-latest
68
steps:
79
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)