Skip to content

fix :: .d.ts 파일 타입오류 해결 #75

fix :: .d.ts 파일 타입오류 해결

fix :: .d.ts 파일 타입오류 해결 #75

Workflow file for this run

name: deploy-xquare-stag
on:
push:
branches: develop
jobs:
build:
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest
steps:
- name: Check Out The Repository
uses: actions/checkout@v3
- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
with:
environment: stag
access_key: ${{ secrets.ACCESS_KEY }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}