Skip to content

Commit

Permalink
Trim down write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Lacy committed Aug 28, 2024
1 parent 96b71da commit cd52d8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ jobs:
build_and_upload_contracts:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
pull-requests: read
contents: write
deployments: write
pages: write
repository-projects: write
statuses: write
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit cd52d8d

Please sign in to comment.