Browse Source

fix: no need to export secret

Lucas Severo Alves 4 years ago
parent
commit
46023b37d6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/e2e.yml

+ 0 - 2
.github/workflows/e2e.yml

@@ -82,7 +82,6 @@ jobs:
     - name: Run e2e Tests
     - name: Run e2e Tests
       run: |
       run: |
         export PATH=$PATH:$(go env GOPATH)/bin
         export PATH=$PATH:$(go env GOPATH)/bin
-        export GCP_SM_SA_JSON=${{env.GCP_SM_SA_JSON}}
         go get github.com/onsi/ginkgo/ginkgo
         go get github.com/onsi/ginkgo/ginkgo
         make test.e2e
         make test.e2e
 
 
@@ -152,7 +151,6 @@ jobs:
     - name: Run e2e Tests
     - name: Run e2e Tests
       run: |
       run: |
         export PATH=$PATH:$(go env GOPATH)/bin
         export PATH=$PATH:$(go env GOPATH)/bin
-        export GCP_SM_SA_JSON=${{env.GCP_SM_SA_JSON}}
         go get github.com/onsi/ginkgo/ginkgo
         go get github.com/onsi/ginkgo/ginkgo
         make test.e2e
         make test.e2e