ci: add workflow permissions to pgtest
This commit is contained in:
parent
d9f7488dfb
commit
eac5ec0d67
3
.github/workflows/dev-db-pgtest.yml
vendored
3
.github/workflows/dev-db-pgtest.yml
vendored
|
@ -51,6 +51,9 @@ jobs:
|
|||
name: Build PostgreSQL Docker Images
|
||||
runs-on: ubuntu-latest
|
||||
needs: [migrate]
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue