From 54bf3590b5d1dde933ab2efaf16edfd54ba71a1a Mon Sep 17 00:00:00 2001 From: Raghunath Deshpande Date: Thu, 2 Nov 2023 14:57:07 +0100 Subject: [PATCH] test: use environment secrets --- .github/workflows/test-sample-apps.yml | 3 ++- http2/python-grpc/requirements.txt | 4 ++-- http2/python-grpc/runtime.txt | 2 +- http2/python-http2/runtime.txt | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-sample-apps.yml b/.github/workflows/test-sample-apps.yml index b628eff..ecea4c6 100644 --- a/.github/workflows/test-sample-apps.yml +++ b/.github/workflows/test-sample-apps.yml @@ -4,12 +4,13 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + branches: [main] jobs: sample-app-test: runs-on: ubuntu-latest concurrency: test-landscape + environment: cf_env steps: - name: Checkout uses: actions/checkout@v3 diff --git a/http2/python-grpc/requirements.txt b/http2/python-grpc/requirements.txt index ccef780..9694564 100644 --- a/http2/python-grpc/requirements.txt +++ b/http2/python-grpc/requirements.txt @@ -1,2 +1,2 @@ -grpcio-reflection==1.56.2 -grpcio==1.56.2 +grpcio-reflection==1.59.2 +grpcio==1.59.2 diff --git a/http2/python-grpc/runtime.txt b/http2/python-grpc/runtime.txt index 431fc7e..44f8fbe 100644 --- a/http2/python-grpc/runtime.txt +++ b/http2/python-grpc/runtime.txt @@ -1 +1 @@ -python-3.11.4 +python-3.12.0 diff --git a/http2/python-http2/runtime.txt b/http2/python-http2/runtime.txt index 431fc7e..44f8fbe 100644 --- a/http2/python-http2/runtime.txt +++ b/http2/python-http2/runtime.txt @@ -1 +1 @@ -python-3.11.4 +python-3.12.0