Skip to content

Commit

Permalink
ci: fix deployment action permissions (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Aug 5, 2023
1 parent 06fdb8d commit c652010
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
branches: ["**"]
pull_request_target:

permissions: {}

jobs:
pre-deployment:
outputs:
Expand Down Expand Up @@ -47,9 +49,8 @@ jobs:
url: ${{ steps.publish.outputs.url }}

permissions:
contents: write
deployments: write
#pull-requests: write
pull-requests: write

steps:
- id: pr-checkout
Expand Down

0 comments on commit c652010

Please sign in to comment.