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

Commit 4a43388

Browse files
committed
fix: added the aciton-infisical to Test gh action
1 parent 92e58e4 commit 4a43388

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
contents: write
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: zerodays/action-infisical@v1
14+
with:
15+
infisical_token: ${{ secrets.INFISICAL_TOKEN }}
16+
environment: "staging"
1317
- uses: actions/checkout@v3
1418
- uses: ArtiomTr/jest-coverage-report-action@v2
1519
with:

0 commit comments

Comments
 (0)