Skip to content

Commit

Permalink
【修复】工作流权限
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-568 committed Jun 5, 2024
1 parent 628b567 commit c89f67c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
- '!LICENSE'
- '!.github\workflows\**'

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

jobs:
deployment:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c89f67c

Please sign in to comment.