Skip to content

Commit 9527315

Browse files
Update auth
1 parent 09c6ed1 commit 9527315

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/accname.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -L -X POST \
1818
-H "Accept: application/vnd.github+json" \
19-
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
19+
-H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \
2020
-H "X-GitHub-Api-Version: 2022-11-28" \
2121
https://api.github.com/repos/w3c/accname/actions/workflows/build-from-monorepo.yaml/dispatches \
2222
-d '{"ref":"gh-pages"}'
@@ -52,7 +52,7 @@ jobs:
5252
repository: w3c/accname
5353
ref: gh-pages
5454
path: accname
55-
token: ${{ secrets.ARIA_EDITOR_DRAFTS }}
55+
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
5656
- uses: actions/download-artifact@v4
5757
with:
5858
name: accname

.github/workflows/core-aam.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -L -X POST \
1818
-H "Accept: application/vnd.github+json" \
19-
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
19+
-H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \
2020
-H "X-GitHub-Api-Version: 2022-11-28" \
2121
https://api.github.com/repos/w3c/core-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
2222
-d '{"ref":"gh-pages"}'
@@ -53,7 +53,7 @@ jobs:
5353
repository: w3c/core-aam
5454
ref: gh-pages
5555
path: core-aam
56-
token: ${{ secrets.ARIA_EDITOR_DRAFTS }}
56+
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
5757
- uses: actions/download-artifact@v4
5858
with:
5959
name: core-aam

.github/workflows/dpub-aam.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -L -X POST \
1818
-H "Accept: application/vnd.github+json" \
19-
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
19+
-H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \
2020
-H "X-GitHub-Api-Version: 2022-11-28" \
2121
https://api.github.com/repos/w3c/dpub-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
2222
-d '{"ref":"gh-pages"}'
@@ -52,7 +52,7 @@ jobs:
5252
repository: w3c/dpub-aam
5353
ref: gh-pages
5454
path: dpub-aam
55-
token: ${{ secrets.ARIA_EDITOR_DRAFTS }}
55+
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
5656
- uses: actions/download-artifact@v4
5757
with:
5858
name: dpub-aam

.github/workflows/dpub-aria.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -L -X POST \
1818
-H "Accept: application/vnd.github+json" \
19-
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
19+
-H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \
2020
-H "X-GitHub-Api-Version: 2022-11-28" \
2121
https://api.github.com/repos/w3c/dpub-aria/actions/workflows/build-from-monorepo.yaml/dispatches \
2222
-d '{"ref":"gh-pages"}'
@@ -52,7 +52,7 @@ jobs:
5252
repository: w3c/dpub-aria
5353
ref: gh-pages
5454
path: dpub-aria
55-
token: ${{ secrets.ARIA_EDITOR_DRAFTS }}
55+
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
5656
- uses: actions/download-artifact@v4
5757
with:
5858
name: dpub-aria

.github/workflows/graphics-aam.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -L -X POST \
1818
-H "Accept: application/vnd.github+json" \
19-
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
19+
-H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \
2020
-H "X-GitHub-Api-Version: 2022-11-28" \
2121
https://api.github.com/repos/w3c/graphics-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
2222
-d '{"ref":"gh-pages"}'
@@ -43,7 +43,7 @@ jobs:
4343
repository: w3c/graphics-aam
4444
ref: gh-pages
4545
path: graphics-aam
46-
token: ${{ secrets.ARIA_EDITOR_DRAFTS }}
46+
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
4747
- uses: actions/download-artifact@v4
4848
with:
4949
name: graphics-aam

.github/workflows/html-amm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -L -X POST \
1818
-H "Accept: application/vnd.github+json" \
19-
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
19+
-H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \
2020
-H "X-GitHub-Api-Version: 2022-11-28" \
2121
https://api.github.com/repos/w3c/html-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
2222
-d '{"ref":"gh-pages"}'

.github/workflows/mathml-aam.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -L -X POST \
1818
-H "Accept: application/vnd.github+json" \
19-
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
19+
-H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \
2020
-H "X-GitHub-Api-Version: 2022-11-28" \
2121
https://api.github.com/repos/w3c/mathml-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
2222
-d '{"ref":"gh-pages"}'
@@ -43,7 +43,7 @@ jobs:
4343
repository: w3c/mathml-aam
4444
ref: gh-pages
4545
path: mathml-aam
46-
token: ${{ secrets.ARIA_EDITOR_DRAFTS }}
46+
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
4747
- uses: actions/download-artifact@v4
4848
with:
4949
name: mathml-aam

.github/workflows/pdf-aam.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
curl -L -X POST \
1818
-H "Accept: application/vnd.github+json" \
19-
-H "Authorization: Bearer ${{secrets.ARIA_EDITOR_DRAFTS}}" \
19+
-H "Authorization: Bearer ${{secrets.W3CGRUNTBOT_TOKEN}}" \
2020
-H "X-GitHub-Api-Version: 2022-11-28" \
2121
https://api.github.com/repos/w3c/pdf-aam/actions/workflows/build-from-monorepo.yaml/dispatches \
2222
-d '{"ref":"gh-pages"}'
@@ -52,13 +52,13 @@ jobs:
5252
repository: w3c/pdf-aam
5353
ref: gh-pages
5454
path: pdf-aam
55-
token: ${{ secrets.ARIA_EDITOR_DRAFTS }}
55+
token: ${{ secrets.W3CGRUNTBOT_TOKEN }}
5656
- uses: actions/download-artifact@v4
5757
with:
5858
name: pdf-aam
5959
- name: Copy files
6060
run: |
61-
cp -r aria/pdf-aam/** pdf-aam/
61+
cp -r aria.gh/aria/pdf-aam/** pdf-aam/
6262
- name: Push new files to child repo
6363
run: |
6464
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)