Skip to content

feat: 토큰 기수 확인 로직 추가 & 로그인 응답 포멧 변경 #71

feat: 토큰 기수 확인 로직 추가 & 로그인 응답 포멧 변경

feat: 토큰 기수 확인 로직 추가 & 로그인 응답 포멧 변경 #71

Workflow file for this run

name: PR labeler
on:
pull_request:
types: [ opened ]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v1
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}