remove permissions key, fallback to default (more permissive) perms

pull/1118/head
Willy 2023-02-19 00:34:52 +01:00
parent 31c3623bc1
commit b8aacacf5a
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 0 additions and 2 deletions

View File

@ -449,8 +449,6 @@ jobs:
if: ${{ success() && fromJSON(needs.data.outputs.is_release) }}
needs: [ data, build, test-postman-sqlite, test-postman-mysql, test-postman-postgres, docker-build ]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/download-artifact@v3
with: