Skip to content

Commit 1e412b3

Browse files
committed
Update workflow
1 parent f67a894 commit 1e412b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spring-ai-integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Spring AI Integration Tests
2-
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
2+
run-name: Spring AI Integration Tests
33
on: [push]
44
jobs:
55
test-azure-openai-model:
@@ -19,7 +19,7 @@ jobs:
1919
- name: Run Azure OpenAI model tests
2020
run: ./mvnw -pl models/spring-ai-azure-openai -Pintegration-tests -Dfailsafe.rerunFailingTestsCount=2 -am verify
2121
env:
22-
AZURE_OPENAI_API_KEY: foobar
22+
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }}
2323
AZURE_OPENAI_ENDPOINT: https://localhost
2424
test-bedrock-model:
2525
runs-on: ubuntu-latest
@@ -38,5 +38,5 @@ jobs:
3838
- name: Run Bedrock model tests
3939
run: ./mvnw -pl models/spring-ai-bedrock -Pintegration-tests -Dfailsafe.rerunFailingTestsCount=2 -am verify
4040
env:
41-
AWS_ACCESS_KEY_ID: key
41+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
4242
AWS_SECRET_ACCESS_KEY: secret

0 commit comments

Comments
 (0)