Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
fix: missing required workspace_id
Browse files Browse the repository at this point in the history
  • Loading branch information
vucinatim committed Nov 27, 2023
1 parent b47c858 commit 67c7159
Show file tree
Hide file tree
Showing 3 changed files with 7,241 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: zerodays/action-infisical@v1
with:
infisical_token: ${{ secrets.INFISICAL_TOKEN }}
environment: "staging"
workspace_id: ${{ secrets.INFISICAL_WORKSPACE_ID }}
environment: 'staging'
- name: Lint
run: |
source .env && pnpm tsc
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: zerodays/action-infisical@v1
with:
infisical_token: ${{ secrets.INFISICAL_TOKEN }}
workspace_id: ${{ secrets.INFISICAL_WORKSPACE_ID }}
environment: 'staging'
- name: Run tests
run: source .env && pnpm jest --reporters="summary" --reporters="github-actions"
Loading

0 comments on commit 67c7159

Please sign in to comment.