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 20, 2024
1 parent 487e63f commit c89f60b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .ci/tests/integration-oauth2/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ setup:
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
sed -i "s/GCP_KEY_DATA/${GSA_CREDENTIAL}/g" .ci/tests/integration-oauth2/cases/google-pubsub-source/manifests.yaml
- name: install function-mesh operator
command: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-integration-skywalking-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
GSA_CREDENTIAL: ${{ secrets.GSA_CREDENTIAL }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
timeout-minutes: 80
strategy:
matrix:
Expand Down

0 comments on commit c89f60b

Please sign in to comment.