Skip to content

Commit

Permalink
add use_system_python for loading secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Sep 22, 2024
1 parent 5f2a33e commit 2248709
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
version: 0.28.1
client_id: ${{ secrets.INFISICAL_CLIENT_ID }}
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
use_system_python: true

- name: Configure private token & Prep
run: bash scripts/ci/prep.mac.sh
Expand Down Expand Up @@ -137,6 +138,7 @@ jobs:
version: 0.28.1
client_id: ${{ secrets.INFISICAL_CLIENT_ID }}
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
use_system_python: true

- name: Configure Pagefile
uses: al-cheb/[email protected]
Expand Down Expand Up @@ -186,6 +188,7 @@ jobs:
version: 0.28.1
client_id: ${{ secrets.INFISICAL_CLIENT_ID }}
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
use_system_python: true

- name: Login docker
run: |
Expand Down Expand Up @@ -240,6 +243,7 @@ jobs:
version: 0.28.1
client_id: ${{ secrets.INFISICAL_CLIENT_ID }}
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
use_system_python: true

- name: Login docker
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
version: 0.28.1
client_id: ${{ secrets.INFISICAL_CLIENT_ID }}
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
use_system_python: true

- name: Configure private token & Prep
run: bash scripts/ci/prep.mac.sh
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
version: 0.28.1
client_id: ${{ secrets.INFISICAL_CLIENT_ID }}
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
use_system_python: true

- name: Configure Pagefile
uses: al-cheb/[email protected]
Expand Down Expand Up @@ -126,6 +128,7 @@ jobs:
version: 0.28.1
client_id: ${{ secrets.INFISICAL_CLIENT_ID }}
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
use_system_python: true

- name: Login docker
run: |
Expand Down Expand Up @@ -168,6 +171,7 @@ jobs:
version: 0.28.1
client_id: ${{ secrets.INFISICAL_CLIENT_ID }}
client_secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}
use_system_python: true

- name: Login docker
run: |
Expand Down

0 comments on commit 2248709

Please sign in to comment.