Skip to content

Commit f45b70f

Browse files
committed
fix typo
1 parent ee1143d commit f45b70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stripe_backfill.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: ./.github/actions/pnpm_install
1212
- uses: ./.github/actions/infisical_install
1313
- run: pnpm --filter @hypr/api install
14-
- run: infisical run --token="$INFISICAL_TOKEN" --env=prod --projectId="$INFISICAL_PROJECT_ID" --path="/stripe-backfil" -- bun apps/api/src/scripts/stripe-backfill.ts
14+
- run: infisical run --token="$INFISICAL_TOKEN" --env=prod --projectId="$INFISICAL_PROJECT_ID" --path="/stripe-backfill" -- bun apps/api/src/scripts/stripe-backfill.ts
1515
env:
1616
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
1717
INFISICAL_PROJECT_ID: ${{ secrets.INFISICAL_PROJECT_ID }}

0 commit comments

Comments
 (0)