Skip to content

[level 1] Title: 이상한 문자 만들기, Time: 0.25 ms, Memory: 33.5 MB -BaekjoonHub #102

[level 1] Title: 이상한 문자 만들기, Time: 0.25 ms, Memory: 33.5 MB -BaekjoonHub

[level 1] Title: 이상한 문자 만들기, Time: 0.25 ms, Memory: 33.5 MB -BaekjoonHub #102

Workflow file for this run

name: Trigger Programmers stats Repository
on:
push:
branches:
- main
jobs:
trigger-programmers-stats-repo:
runs-on: ubuntu-latest
steps:
- name: Trigger Programmers stats Repository Workflow
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
-H "Accept: application/vnd.github.everest-preview+json" \
https://api.github.com/repos/Programmer-may/programmers-rank/dispatches \
-d '{"event_type": "trigger-from-baekjoonhub"}'