From 957d63f2f45e31f8790ef3327961c789f01b92f7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 18 Jun 2024 19:29:57 +0200 Subject: [PATCH] Fix wrong repo owner and secret --- .github/workflows/accname.yml | 4 ++-- .github/workflows/core-aam.yml | 4 ++-- .github/workflows/dpub-aam.yml | 6 +++--- .github/workflows/graphics-aam.yml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/accname.yml b/.github/workflows/accname.yml index 08b44506a..0b7160dc0 100644 --- a/.github/workflows/accname.yml +++ b/.github/workflows/accname.yml @@ -18,7 +18,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 @@ -40,7 +40,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 }} diff --git a/.github/workflows/core-aam.yml b/.github/workflows/core-aam.yml index d7a7e78eb..e955c2941 100644 --- a/.github/workflows/core-aam.yml +++ b/.github/workflows/core-aam.yml @@ -18,7 +18,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 @@ -40,7 +40,7 @@ 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_DRAFTS }} diff --git a/.github/workflows/dpub-aam.yml b/.github/workflows/dpub-aam.yml index 824a9d724..ff3c2c6c1 100644 --- a/.github/workflows/dpub-aam.yml +++ b/.github/workflows/dpub-aam.yml @@ -18,7 +18,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 @@ -40,10 +40,10 @@ 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_ }} + token: ${{ secrets.ARIA_EDITOR_DRAFTS }} - uses: actions/download-artifact@v4 with: name: dpub-aam diff --git a/.github/workflows/graphics-aam.yml b/.github/workflows/graphics-aam.yml index 9a7e60b67..216a7e3e2 100644 --- a/.github/workflows/graphics-aam.yml +++ b/.github/workflows/graphics-aam.yml @@ -18,7 +18,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 @@ -40,10 +40,10 @@ 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_ }} + token: ${{ secrets.ARIA_EDITOR_DRAFTS }} - uses: actions/download-artifact@v4 with: name: graphics-aam