We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1143d commit f45b70fCopy full SHA for f45b70f
.github/workflows/stripe_backfill.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: ./.github/actions/pnpm_install
12
- uses: ./.github/actions/infisical_install
13
- 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
+ - run: infisical run --token="$INFISICAL_TOKEN" --env=prod --projectId="$INFISICAL_PROJECT_ID" --path="/stripe-backfill" -- bun apps/api/src/scripts/stripe-backfill.ts
15
env:
16
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
17
INFISICAL_PROJECT_ID: ${{ secrets.INFISICAL_PROJECT_ID }}
0 commit comments