Skip to content

Commit

Permalink
New token
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed May 22, 2024
1 parent 5c9d5f6 commit 27ae9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/editors-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
repository: ${{ matrix.repo }}
path: ${{ matrix.repo }}
ref: ${{ matrix.branch }}
token: ${{ secrets.ARIA_COMMON }}
token: ${{ secrets.aria_specs_editors_drafts }}

- name: Cleanup old files
run: |
Expand Down Expand Up @@ -94,5 +94,5 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add --all
git commit -m "chore: sync from w3c/aria-common" -m "Generated by https://github.com/w3c/aria-common/commit/${{ github.sha }}" || true
git commit -m "editors draft"
git push

0 comments on commit 27ae9ef

Please sign in to comment.