Skip to content

Commit

Permalink
add github action permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sokmontrey committed Dec 31, 2024
1 parent e6fb88a commit 1bcf66c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Deploy
on:
push:
branches: master
pull_request:
branches: master

permissions:
contents: read
pages: write
id-token: write

jobs:
build:
Expand Down

0 comments on commit 1bcf66c

Please sign in to comment.