mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Merge remote-tracking branch 'origin/main' into nl/2769-OrgMemberPage-InviteANewMember
This commit is contained in:
commit
2eddf785c4
1 changed files with 10 additions and 1 deletions
11
.github/workflows/clone-staging.yaml
vendored
11
.github/workflows/clone-staging.yaml
vendored
|
@ -22,7 +22,16 @@ jobs:
|
||||||
CF_PASSWORD: CF_MS_PASSWORD
|
CF_PASSWORD: CF_MS_PASSWORD
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: '3.13'
|
||||||
|
cache: 'pip' # caching pip dependencies
|
||||||
|
|
||||||
|
- name: Install CG Tool
|
||||||
|
run: pip install git+https://github.com/cloud-gov/cg-manage-rds.git
|
||||||
|
|
||||||
- name: Share DB Service
|
- name: Share DB Service
|
||||||
uses: cloud-gov/cg-cli-tools@main
|
uses: cloud-gov/cg-cli-tools@main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue