Skip to content

Commit

Permalink
Set gsa credential
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Jun 19, 2024
1 parent d54f2cd commit 9487bab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci/tests/integration-oauth2/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ setup:
command: |
kubectl cp .ci/examples/py-examples/exclamation.zip nginx-0:/tmp
- name: set gcloud auth
env:
CREDENTIAL: ${{ secrets.GSA_CREDENTIAL }}
command: |
sed -i "s/GCP_KEY_DATA/${CREDENTIAL}/g" .ci/tests/integration-oauth2/cases/google-pubsub-source/manifests.yaml
- name: install function-mesh operator
command: |
make manager
Expand Down

0 comments on commit 9487bab

Please sign in to comment.