mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-21 21:22:31 -05:00
fix: attempted fix for "unauthorized" error
This commit is contained in:
parent
b4ac1a8c37
commit
95947f18af
1 changed files with 4 additions and 5 deletions
9
.github/workflows/daily-help-update.yml
vendored
9
.github/workflows/daily-help-update.yml
vendored
|
@ -20,11 +20,6 @@ jobs:
|
|||
daily-help-update:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
# Organization-wide secrets
|
||||
FRESHDESK_TOKEN: ${{ secrets.FRESHDESK_TOKEN }}
|
||||
TX_TOKEN: ${{ secrets.TX_TOKEN }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
|
||||
|
@ -38,4 +33,8 @@ jobs:
|
|||
npx browserslist@latest --update-db
|
||||
|
||||
- name: Sync help
|
||||
env:
|
||||
# Organization-wide secrets
|
||||
FRESHDESK_TOKEN: ${{ secrets.FRESHDESK_TOKEN }}
|
||||
TX_TOKEN: ${{ secrets.TX_TOKEN }}
|
||||
run: npm run sync:help
|
||||
|
|
Loading…
Reference in a new issue