Skip to content

Commit

Permalink
Merge pull request 2i2c-org#1759 from yuvipanda/fix-gha
Browse files Browse the repository at this point in the history
Pass in KMS decryptor key properly
  • Loading branch information
yuvipanda authored Oct 11, 2022
2 parents bea9490 + 828a2f9 commit 63a0345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
- name: Setup sops credentials to decrypt repo secrets
uses: google-github-actions/auth@v0
with:
credentials_json: "${{ inputs.GCP_KMS_DECRYPTOR_KEY }}"
credentials_json: "${{ secrets.GCP_KMS_DECRYPTOR_KEY }}"

- name: ensure uptime checks are set up
run: |
Expand Down
1 change: 1 addition & 0 deletions config/clusters/utoronto/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ prometheusIngressAuthSecret:

prometheus:
server:
retention: 365d
ingress:
enabled: true
hosts:
Expand Down

0 comments on commit 63a0345

Please sign in to comment.