Skip to content

[level 0] Title: 덧셈식 출력하기, Time: 203.07 ms, Memory: 51.7 MB -BaekjoonHub #98

[level 0] Title: 덧셈식 출력하기, Time: 203.07 ms, Memory: 51.7 MB -BaekjoonHub

[level 0] Title: 덧셈식 출력하기, Time: 203.07 ms, Memory: 51.7 MB -BaekjoonHub #98

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"}'