Skip to content

Commit

Permalink
[GH-181] - Update scheduled-maintenance.yml workflow (#183)
Browse files Browse the repository at this point in the history
* feat(ci): Update scheduled-maintenance.yml to use uwit-iam/action-setup-poetry-project@main
  • Loading branch information
soufianerafik authored Feb 3, 2025
1 parent 86ed4f3 commit f7e44bd
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/scheduled-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,30 @@ jobs:
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: abatilo/[email protected]
- uses: UWIT-IAM/actions/[email protected]
- uses: actions/checkout@v4
- name: Initialize Poetry & jq
uses: uwit-iam/action-setup-poetry-project@main
with:
gcloud-token: ${{ secrets.GCR_TOKEN }}
- run: sudo apt-get -y install jq
credentials: "${{ secrets.MCI_GCLOUD_AUTH_JSON }}"
enable_private_docker: true
- run: |
sudo apt-get -y install jq
- run: poetry update --lock
id: poetry-update

- run: poetry run tox
name: Validate dependency updates

- name: Create Pull Request
uses: peter-evans/[email protected]
with:
add-paths: poetry.lock
commit-message: ${{ env.message }}
delete-branch: true
title: ${{ env.message }}
assignees: goulter,jdiverp
reviewers: goulter,jdiverp
assignees: goulter,jdiverp,soufianerafik
reviewers: goulter,jdiverp,soufianerafik
labels: semver-guidance:patch
env:
message: '[bot] patch dependencies'

0 comments on commit f7e44bd

Please sign in to comment.