diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 8fdbe4897a..727a12d91b 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -48,6 +48,8 @@ jobs: - name: "Create database file" run: | touch storage/database/database.sqlite + chmod 600 storage/oauth-public.key + chmod 600 storage/oauth-private.key wget -q https://github.com/firefly-iii/test-fixtures/raw/refs/heads/main/test-database.sqlite -O storage/database/database.sqlite - name: "Upgrades the database to the latest version"