Skip to content

Commit fede3f5

Browse files
committed
more env stuffs
1 parent cb527d5 commit fede3f5

File tree

5 files changed

+4
-56
lines changed

5 files changed

+4
-56
lines changed

.github/workflows/desktop_cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ jobs:
126126
fi
127127
pnpm -F desktop tauri build --target ${{ matrix.target }} --config ${{ env.TAURI_CONF_PATH }} --verbose $FEATURES_FLAG
128128
env:
129+
# https://v2.tauri.app/reference/environment-variables/
129130
CI: false
130131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
131132
AM_API_KEY: ${{ matrix.include_am && secrets.AM_API_KEY || '' }}
132133
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
133134
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
134135
APPLE_ID: ${{ secrets.APPLE_ID }}
135-
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
136136
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
137137
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
138138
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}

.github/workflows/infisical.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

apps/api/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ infisical export \
66
--format=dotenv-export \
77
--output-file="$REPO/apps/api/.env" \
88
--projectId=87dad7b5-72a6-4791-9228-b3b86b169db1 \
9-
--path="api"
9+
--path="/api"
1010
```

apps/restate/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ infisical export \
66
--format=dotenv-export \
77
--output-file="$REPO/apps/restate/.env" \
88
--projectId=87dad7b5-72a6-4791-9228-b3b86b169db1 \
9-
--path="restate"
9+
--path="/restate"
1010
```

apps/web/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ infisical export \
66
--format=dotenv-export \
77
--output-file="$REPO/apps/web/.env" \
88
--projectId=87dad7b5-72a6-4791-9228-b3b86b169db1 \
9-
--path="web"
9+
--path="/web"
1010
```

0 commit comments

Comments
 (0)