Dn 라벨 업데이트 workflow #87
This file contains hidden or 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: Dn 라벨 업데이트 workflow | |
| on: | |
| schedule: | |
| - cron: '0 15 * * *' # 매일 밤 12시에 실행 (KST 기준) | |
| jobs: | |
| d-day-labeler: | |
| runs-on: [ ubuntu-latest ] | |
| steps: | |
| - name: Dn 라벨을 업데이트 한다 | |
| uses: naver/d-day-labeler@latest | |
| with: | |
| token: ${{ secrets.NOWEEKEND_WORKFLOW_TOKEN }} |