We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 048e772 + f0ec4c1 commit 013eda2Copy full SHA for 013eda2
2 files changed
.claude/settings.local.json
.github/workflows/deploy.yml
@@ -10,6 +10,13 @@ jobs:
10
runs-on: ubuntu-latest
11
name: Deploy via SFTP
12
13
+ env:
14
+ # Required at build time only: composer install runs package:discover,
15
+ # which boots the visitor-tracker package and trips its dashboard guard
16
+ # if no auth method is configured. The runner has no .env, so set this
17
+ # here to match prod posture (server's .env handles the actual setting).
18
+ VISITOR_TRACKER_ALLOW_UNPROTECTED: true
19
+
20
steps:
21
- name: Checkout code
22
uses: actions/checkout@v4
0 commit comments