Skip to content

Fork repo

Fork repo #5

Workflow file for this run

name: Fork repo
on:
watch:
types: [started]
jobs:
watch_repo:
runs-on: ubuntu-latest
steps:
- name: run GitHub cli
run: |
curl -L \
-X PUT \
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
-H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/user/starred/starkblaze01/Algorithms-Cheatsheet-Resources
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}