diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 973eca7..6161171 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -20,6 +20,13 @@ jobs: source .env.production set +o allexport + - name: Load oauth.json + run: | + echo "${{ secrets.SECRET_OAUTH_JSON }}" > oauth.json + set -o allexport + source oauth.json + set +o allexport + - name: Docker Compose Up run: | docker compose build bot