Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 6 additions & 18 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,12 @@ jobs:
container: qctrl/ci-images:python-3.11-ci
steps:
- uses: actions/checkout@v4
- name: Download CI tool
shell: bash
run: |
curl -sSL http://ci.q-ctrl.com | bash -
- name: Vault Login
run: |
./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
- name: Inject environment variables
run: |
/scripts/ci env prepareGitHub
- name: Perform housekeeping checks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
git config --global user.email "robot@q-ctrl.com"
git config --global user.name "Q-CTRL Robot"
/scripts/housekeeping.sh
- uses: qctrl/reusable-workflows/.github/actions/vault/login@master
with:
vault-role-id: ${{ secrets.VAULT_ROLE_ID }}
vault-secret-id: ${{ secrets.VAULT_SECRET_ID }}
- name: Update version in code
uses: qctrl/reusable-workflows/.github/actions/poetry/housekeeping@INFRA-3197

linting:
runs-on: ubuntu-latest
Expand Down
Loading