fix: translation upload token (#1423)

This commit is contained in:
David Nguyen
2024-10-29 19:55:49 +09:00
committed by GitHub
parent e30ceeb038
commit 7fc497a642

View File

@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.GH_PAT }}
- uses: ./.github/actions/node-install