Skip to content

Commit

Permalink
Update repo owner (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo authored Jun 14, 2024
1 parent 36ddf8f commit 03fdad0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/daniel-montalvo/accname/actions/workflows/build-from-monorepo.yaml/dispatches \
https://api.github.com/repos/w3c/accname/actions/workflows/build-from-monorepo.yaml/dispatches \
-d '{"ref":"gh-pages"}'
update-accname:
runs-on: ubuntu-latest
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout accname repo
uses: actions/checkout@v4
with:
repository: daniel-montalvo/accname
repository: w3c/accname
ref: gh-pages
path: accname
token: ${{ secrets.ARIA_EDITOR_DRAFTS }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/core-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/daniel-montalvo/core-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
https://api.github.com/repos/w3c/core-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
-d '{"ref":"gh-pages"}'
update-core-aam:
runs-on: ubuntu-latest
Expand All @@ -39,10 +39,10 @@ jobs:
- name: Checkout core-aam repo
uses: actions/checkout@v4
with:
repository: daniel-montalvo/core-aam
repository: w3c/core-aam
ref: gh-pages
path: core-aam
token: ${{ secrets.ARIA_EDITOR_ }}
token: ${{ secrets.ARIA_EDITOR_DRAFTS }}
- uses: actions/download-artifact@v4
with:
name: core-aam
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dpub-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/daniel-montalvo/dpub-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
https://api.github.com/repos/w3c/dpub-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
-d '{"ref":"gh-pages"}'
update-dpub-aam:
runs-on: ubuntu-latest
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout dpub-aam repo
uses: actions/checkout@v4
with:
repository: daniel-montalvo/dpub-aam
repository: w3c/dpub-aam
ref: gh-pages
path: dpub-aam
token: ${{ secrets.ARIA_EDITOR_ }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graphics-aam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/daniel-montalvo/graphics-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
https://api.github.com/repos/w3c/graphics-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
-d '{"ref":"gh-pages"}'
update-graphics-aam:
runs-on: ubuntu-latest
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout graphics-aam repo
uses: actions/checkout@v4
with:
repository: daniel-montalvo/graphics-aam
repository: w3c/graphics-aam
ref: gh-pages
path: graphics-aam
token: ${{ secrets.ARIA_EDITOR_ }}
Expand Down

0 comments on commit 03fdad0

Please sign in to comment.