Skip to content

chore :: 입학설명회 참성 예약 부분 수정 #34

chore :: 입학설명회 참성 예약 부분 수정

chore :: 입학설명회 참성 예약 부분 수정 #34

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 }}