Skip to content

Commit

Permalink
Rename sdk-development -> web5-spec (#384)
Browse files Browse the repository at this point in the history
* Rename Report Runner sdk-development -> sdk-report-runner

Co-authored-by: nitro-neal <[email protected]>
  • Loading branch information
leordev and nitro-neal authored Jan 25, 2024
1 parent 25f1d03 commit 2bd93a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
app-id: ${{ secrets.CICD_ROBOT_GITHUB_APP_ID }}
private-key: ${{ secrets.CICD_ROBOT_GITHUB_APP_PRIVATE_KEY }}
owner: TBD54566975
repositories: sdk-development
repositories: sdk-report-runner

- name: Trigger sdk-development report build
- name: Trigger sdk-report-runner report build
if: github.ref == 'refs/heads/main'
run: |
curl -L \
Expand All @@ -94,7 +94,7 @@ jobs:
-H "Content-Type: application/json" \
--fail \
--data '{"ref": "main"}' \
https://api.github.com/repos/TBD54566975/sdk-development/actions/workflows/build-report.yaml/dispatches
https://api.github.com/repos/TBD54566975/sdk-report-runner/actions/workflows/build-report.yaml/dispatches
env:
APP_TOKEN: ${{ steps.generate_token.outputs.token }}

Expand Down

0 comments on commit 2bd93a8

Please sign in to comment.