mirror of https://github.com/statping/statping
remove permissions key, fallback to default (more permissive) perms
parent
31c3623bc1
commit
b8aacacf5a
|
@ -449,8 +449,6 @@ jobs:
|
||||||
if: ${{ success() && fromJSON(needs.data.outputs.is_release) }}
|
if: ${{ success() && fromJSON(needs.data.outputs.is_release) }}
|
||||||
needs: [ data, build, test-postman-sqlite, test-postman-mysql, test-postman-postgres, docker-build ]
|
needs: [ data, build, test-postman-sqlite, test-postman-mysql, test-postman-postgres, docker-build ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue