Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
fix: perms
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Mar 8, 2024
1 parent 2f7c15b commit 28f2574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: "update: build and deploy postgres server images"
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
contents: write-all
packages: write-all
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
Expand Down

0 comments on commit 28f2574

Please sign in to comment.