Skip to content

Commit

Permalink
test: use environment secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
raghunathd8 committed Nov 2, 2023
1 parent 5082af4 commit 24a57ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: TEST
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
pull_request_target:

jobs:
sample-app-test:
runs-on: ubuntu-latest
concurrency: test-landscape
environment: cf_env
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions http2/python-grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grpcio-reflection==1.56.2
grpcio==1.56.2
grpcio-reflection==1.59.2
grpcio==1.59.2
2 changes: 1 addition & 1 deletion http2/python-grpc/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.11.4
python-3.12.0
2 changes: 1 addition & 1 deletion http2/python-http2/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.11.4
python-3.12.0

0 comments on commit 24a57ea

Please sign in to comment.