Skip to content

fix: JWT decrypt 예외시 AuthException을 던지도록하고, 전역 Advice를 등록 #159

fix: JWT decrypt 예외시 AuthException을 던지도록하고, 전역 Advice를 등록

fix: JWT decrypt 예외시 AuthException을 던지도록하고, 전역 Advice를 등록 #159

Workflow file for this run

name: Rebase labeler
on:
pull_request:
branches:
- main
types:
- opened
jobs:
add_label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: checkout
uses: actions/checkout@v3
- name: add label
uses: actions-ecosystem/action-add-labels@v1
with:
labels: 🚀 rebase merge