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 a89d3de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ 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 a89d3de

Please sign in to comment.