Skip to content

Commit

Permalink
[CI] .github/workflows/etiss_riscv_examples.yml: update access token …
Browse files Browse the repository at this point in the history
…names
  • Loading branch information
PhilippvK committed Nov 7, 2024
1 parent e913e78 commit 0791b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/etiss_riscv_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: demo-install
github-token: ${{ secrets.REPO_ACCESS_TOKEN }}
github-token: ${{ secrets.SEAL5_ACCESS_TOKEN }}
repository: tum-ei-eda/seal5
path: /home/runner/work/seal5_prebuilt
run-id: ${{ github.event.client_payload.triggered_run_id }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: etiss_prebuilt
github-token: ${{ secrets.REPO_ACCESS_TOKEN }}
github-token: ${{ secrets.SEAL5_ACCESS_TOKEN }}
path: /home/runner/work/etiss_prebuilt
repository: tum-ei-eda/etiss_riscv_test_env
run-id: ${{ github.event.client_payload.etiss_run_id }}
Expand All @@ -100,7 +100,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: etiss-riscv-examples-prebuilt
github-token: ${{ secrets.REPO_ACCESS_TOKEN }}
github-token: ${{ secrets.SEAL5_ACCESS_TOKEN }}
path: install

- name: Run ETISS Default Configuration Test
Expand Down

0 comments on commit 0791b26

Please sign in to comment.