diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a66eb9..edd21aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Athenticate to GCP uses: google-github-actions/auth@v1 with: - credentials_json: ${{ secrets.my_key1 }} #key name from github action key (seccret and varaibles) + credentials_json: ${{ secrets.MY_KEY1 }} #key name from github action key (seccret and varaibles) - name: Configure GCP project