diff --git a/.gitea/workflows/staging.yaml b/.gitea/workflows/staging.yaml index 1014ef9..106e88e 100644 --- a/.gitea/workflows/staging.yaml +++ b/.gitea/workflows/staging.yaml @@ -121,7 +121,7 @@ jobs: if [ ! -f data/traefik/acme.json ]; then sudo touch data/traefik/acme.json fi - chmod 600 data/traefik/acme.json + sudo chmod 600 data/traefik/acme.json - name: Pull new images run: |