Skip to content

Commit

Permalink
fix(cd): add infisical envs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Jan 8, 2024
1 parent 1648119 commit 6a9f42e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
tests:
name: Test (${{ matrix.os }}${{ matrix.arch }} Python ${{ matrix.python-version }})
runs-on: ${{ matrix.os }}
env:
INFISICAL_ADDRESS: ${{ secrets.INFISICAL_ADDRESS }}
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
strategy:
matrix:
os: [ubuntu-latest]
Expand Down Expand Up @@ -72,9 +75,6 @@ jobs:
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development'
needs: [lint, tests]
runs-on: ubuntu-latest
env:
INFISICAL_ADDRESS: ${{ secrets.INFISICAL_ADDRESS }}
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6a9f42e

Please sign in to comment.