Skip to content

Commit eac5ec0

Browse files
authored
ci: add workflow permissions to pgtest
1 parent d9f7488 commit eac5ec0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dev-db-pgtest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
name: Build PostgreSQL Docker Images
5252
runs-on: ubuntu-latest
5353
needs: [migrate]
54+
permissions:
55+
contents: read
56+
packages: write
5457

5558
steps:
5659
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)