Drop unneeded permissions from workflow

This commit is contained in:
David Tolnay 2022-05-23 04:50:16 -07:00
parent b305ae7741
commit 3e7e454d83
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -12,6 +12,8 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3