Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Merge pull request #15 from DrkLws/patch-5 #25

Merge pull request #15 from DrkLws/patch-5

Merge pull request #15 from DrkLws/patch-5 #25

Workflow file for this run

name: Sync label localization data to Ozone
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: self-hosted
env:
OZONE_SERVICE_USER_DID: ${{ secrets.OZONE_SERVICE_USER_DID }}
BSKY_USER: ${{ secrets.BSKY_USER }}
BSKY_PASS: ${{ secrets.BSKY_PASS }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npx tsx helpers/uploadLocalizationsToLabeler.ts