We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90eeca5 + 9d3cdec commit 9289c0aCopy full SHA for 9289c0a
.github/workflows/deploy.yml
@@ -35,6 +35,11 @@ jobs:
35
echo "MONITORING_PROFILE_ID=${{ secrets.MONITORING_PROFILE_ID }}" >> .env
36
echo "DEBUG_ACCOUNT_IDS=${{ secrets.DEBUG_ACCOUNT_IDS }}" >> .env
37
38
+ - name: Debug - Check .env file
39
+ run: |
40
+ echo "DEBUG_ACCOUNT_IDS value in .env:"
41
+ grep DEBUG_ACCOUNT_IDS .env || echo "Not found"
42
+
43
- name: Build all integrations
44
run: npm run build
45
0 commit comments