chore: update

This commit is contained in:
TakahashiNg
2026-03-26 15:05:58 +00:00
parent 0627e3adc0
commit e0824fadae
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ jobs:
- name: Release - name: Release
env: env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} GITEA_USER: ${{ github.actor }}
GITEA_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: pnpm release run: pnpm release
- name: Commit & Push Changes - name: Commit & Push Changes
+1 -1
View File
@@ -2,7 +2,7 @@
FROM node:25-alpine AS builder FROM node:25-alpine AS builder
# Cài đặt pnpm # Cài đặt pnpm
RUN corepack enable && corepack prepare pnpm@latest --activate RUN npm install -g pnpm
WORKDIR /app WORKDIR /app