[Hotfix/#309] 방장 로그인 403에러시 새로 반환된 토큰 저장 #313
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: size-label | |
on: pull_request_target | |
jobs: | |
size-label: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: size-label | |
uses: "pascalgn/[email protected]" | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
IGNORED: ".*\n!.gitignore\nyarn.lock\ngenerated/**\npackage-lock.json\n*.lock\n.gitignore" | |
with: | |
sizes: > | |
{ | |
"0": "XS", | |
"10": "S", | |
"100": "M", | |
"500": "L", | |
"1000": "XL", | |
"2000": "XXL" | |
} |