Skip to content

Commit

Permalink
ci: use tum-ei-eda namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Oct 31, 2024
1 parent 58550cb commit b4433ce
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/riscv_cdsl_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ jobs:
- name: Trigger Seal5 Workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: ${{ 'kebi-be/seal5'}}
token: ${{ secrets.SEAL5_ACCESS_TOKEN }}
repository: ${{ 'tum-ei-eda/seal5'}}
event-type: s4e-cdsl-event
client-payload: '{"triggered_by": "${{ github.repository }}", "run_id": "${{ github.run_id }}"}'

- name: Trigger ETISS Workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: ${{ 'kebi-be/etiss' }}
token: ${{ secrets.SEAL5_ACCESS_TOKEN }}
repository: ${{ 'tum-ei-eda/etiss_riscv_test_env' }}
event-type: s4e-cdsl-event
client-payload: '{"triggered_by": "${{ github.repository }}", "run_id": "${{ github.run_id }}"}'

0 comments on commit b4433ce

Please sign in to comment.