Skip to content

Commit

Permalink
Hotfix: Housekeeper commits in Github must be signed
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-code authored and mslomnicki committed Jun 13, 2024
1 parent 6f6ac63 commit b31cc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tpl-deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
git config --local user.signingkey "${HOUSEKEEPER_GITHUB_SIGNING_KEY_ID}"
git add ${CI_PROJECT_DIR}/ci/argocd/contracts/${ENV_TYPE}.env
git commit -m "[CI/CD] Update ${ENV_TYPE}.env contracts"
git commit -S -m "[CI/CD] Update ${ENV_TYPE}.env contracts"
shell: bash
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit b31cc81

Please sign in to comment.