Skip to content

Commit

Permalink
ci: add preparation of technology repos
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Oct 24, 2024
1 parent fd2aaab commit c055485
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,25 @@ jobs:
max-parallel: 1
matrix:
repository: [ "runtime-metamodel", "gradleplugins", "connector", "identityhub", "federatedcatalog" ]
steps:
- uses: actions/checkout@v4
- name: "Prepare release ${{ matrix.repos.name }}"
run: |
chmod +x ./scripts/github_action.sh
./scripts/github_action.sh \
"eclipse-edc" \
"${{ matrix.repository }}" \
"prepare-release.yml" \
"{\"version\": \"${{ inputs.version }}\"}" \
"${{ secrets.ORG_GITHUB_BOT_USER }}" \
"${{ secrets.ORG_GITHUB_BOT_TOKEN }}" \
"${{ inputs.branch }}"
prepare-technology:
runs-on: ubuntu-latest
strategy:
matrix:
repository: [ "technology-aws", "technology-azure", "technology-gcp" ]
steps:
- uses: actions/checkout@v4
- name: "Prepare release ${{ matrix.repos.name }}"
Expand Down

0 comments on commit c055485

Please sign in to comment.