Skip to content

Commit

Permalink
chore: updates the SPACELIFT_API_KEY_ENDPOINT to use the new env vari…
Browse files Browse the repository at this point in the history
…able defined in the infra repo
  • Loading branch information
silviutanasa committed Aug 30, 2024
1 parent 5efd6cc commit 28b84d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Test with coverage (prod - just checking it will works, no env missing etc)
run: go test -parallel 20 -timeout 30m -coverprofile=coverage.txt -coverpkg=./... ./...
env:
SPACELIFT_API_KEY_ENDPOINT: ${{ secrets.V20240227_PROD_SPACELIFT_API_KEY_ENDPOINT }}
SPACELIFT_API_KEY_ENDPOINT: ${{ vars.SPACELIFT_API_KEY_ENDPOINT }}
SPACELIFT_API_KEY_ID: ${{ secrets.V20240227_PROD_SPACELIFT_API_KEY_ID }}
SPACELIFT_API_KEY_SECRET: ${{ secrets.V20240227_PROD_SPACELIFT_API_KEY_SECRET }}
SPACELIFT_PROVIDER_TEST_IPS: ${{ secrets.V20240227_PROD_SPACELIFT_PROVIDER_TEST_IPS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Test with coverage
run: go test -parallel 20 -timeout 30m -coverprofile=coverage.txt -coverpkg=./... ./...
env:
SPACELIFT_API_KEY_ENDPOINT: ${{ secrets.PREPROD_SPACELIFT_API_KEY_ENDPOINT }}
SPACELIFT_API_KEY_ENDPOINT: ${{ vars.SPACELIFT_API_KEY_ENDPOINT }}
SPACELIFT_API_KEY_ID: ${{ secrets.PREPROD_SPACELIFT_API_KEY_ID }}
SPACELIFT_API_KEY_SECRET: ${{ secrets.PREPROD_SPACELIFT_API_KEY_SECRET }}
SPACELIFT_PROVIDER_TEST_IPS: ${{ secrets.PREPROD_SPACELIFT_PROVIDER_TEST_IPS }}
Expand Down

0 comments on commit 28b84d7

Please sign in to comment.