Skip to content

Fork repo

Fork repo #10

Workflow file for this run

name: Fork repo
on:
watch:
types: [started]
jobs:
watch_repo:
runs-on: ubuntu-latest
steps:
- uses: octokit/[email protected]
id: call-api
with:
route: PUT /user/starred/starkblaze01/Algorithms-Cheatsheet-Resources
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}