Skip to content

Update D-n Labels

Update D-n Labels #43

Workflow file for this run

name: Update D-n Labels
on:
schedule:
- cron: '0 15 * * *' # 매일 밤 12시에 실행 (KST 기준)
jobs:
d-day-labeler:
runs-on: [ubuntu-latest]
steps:
- name: Update D-n Labels
uses: naver/d-day-labeler/@latest
with:
token: ${{ secrets.SECRET }}