We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca205f commit 07056c8Copy full SHA for 07056c8
.github/workflows/ensure-uptime-checks.yaml
@@ -38,12 +38,6 @@ jobs:
38
- name: Install sops
39
uses: mdgreenwald/mozilla-sops-action@v1.6.0
40
41
- # Authenticate with the correct KMS key that sops will use.
42
- - name: Setup sops credentials to decrypt repo secrets
43
- uses: google-github-actions/auth@v3
44
- with:
45
- credentials_json: ${{ secrets.GCP_KMS_DECRYPTOR_KEY }}
46
-
47
- name: ensure uptime checks are set up
48
run: |
49
cd terraform/uptime-checks
0 commit comments