Skip to content

Commit

Permalink
[Improve] deploy permissions bug fixed. (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys authored Aug 20, 2024
1 parent 3925acc commit aafa348
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ on:
- dev
pull_request:

permissions:
contents: read
pull-requests: write
statuses: write

jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down

0 comments on commit aafa348

Please sign in to comment.