mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-21 23:02:20 +01:00
feat: implement china region launcher api support
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -20,6 +20,12 @@ jobs:
|
||||
uses: oven-sh/setup-bun@v2
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
- name: Create config auth
|
||||
env:
|
||||
CONFIG_AUTH_TXT_CTX: ${{ secrets.CONFIG_AUTH_TXT }}
|
||||
run: |
|
||||
mkdir -p config
|
||||
echo "$CONFIG_AUTH_TXT_CTX" > config/config_auth.txt
|
||||
- name: Run script
|
||||
uses: nick-fields/retry@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user