Skip to content

fix :: 출석체크 반 안 바뀌는 오류 수정 #73

fix :: 출석체크 반 안 바뀌는 오류 수정

fix :: 출석체크 반 안 바뀌는 오류 수정 #73

Workflow file for this run

name: Deploy
on:
push:
branches:
- develop
jobs:
build:
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Deploy to xquare
uses: team-xquare/xquare-deployment-action@master
with:
environment: stag
access_key: ${{ secrets.XQUAER_ACCESS_KEY }}
github_token: ${{ secrets.PICK_WEB_ADMIN }}