Skip to content

Commit

Permalink
LDEV-5236 GHA: fix public schema permissions for postgres 15+ (5.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 3, 2025
1 parent fd49df6 commit cc3f6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
sudo -u postgres psql -c 'create database lucee;'
sudo -u postgres psql -c "create user lucee with encrypted password 'lucee'";
sudo -u postgres psql -c 'grant all privileges on database lucee to lucee;'
sudo -u postgres psql -c 'grant all on schema public to lucee;' -d lucee
- name: Start MongoDB (docker)
uses: supercharge/mongodb-github-action@1.6.0
with:
Expand Down

0 comments on commit cc3f6b9

Please sign in to comment.