diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 47e127c..b91ce3f 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -10,7 +10,7 @@ jobs: name: Validate App permissions: contents: read - packages: read + packages: write uses: ./.github/workflows/_build-app.yml with: enable-cache: true @@ -23,7 +23,7 @@ jobs: name: Validate Builder permissions: contents: read - packages: read + packages: write uses: ./.github/workflows/_build-builder.yml with: enable-cache: true diff --git a/README.md b/README.md index c029d36..e791ced 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ This project includes command line tools for development and running the service | Variable | Description | Default | |----------|-------------|---------| -| `CLOUDNESS_DATABASE_DRIVER` | Database driver (postgres/mysql) | `postgres` | +| `CLOUDNESS_DATABASE_DRIVER` | Database driver (postgres/sqlite) | `postgres` | | `CLOUDNESS_DATABASE_HOST` | Database host | `localhost` | | `CLOUDNESS_DATABASE_PORT` | Database port | `5432` | | `CLOUDNESS_DATABASE_NAME` | Database name | `cloudness` |