Skip to content

Commit 715c06d

Browse files
authored
Enforcing token permissions
1 parent 2ba49e6 commit 715c06d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ env:
1111
REPO_NAME: ${{ github.event.repository.name }}
1212
REPO_OWNER: ${{ github.repository_owner }}
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
deploy:
1619
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)