Skip to content

Commit

Permalink
Update fork.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
starkblaze01 authored Sep 6, 2023
1 parent 7d16261 commit 5dab8e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
steps:
- name: run GitHub cli
run: |
gh api \
--method PUT \
curl -L \
-X PUT \
-H "Accept: application/vnd.github+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
-H "X-GitHub-Api-Version: 2022-11-28" \
/user/starred/starkblaze01/Algorithms-Cheatsheet-Resources
https://api.github.com/user/starred/starkblaze01/Algorithms-Cheatsheet-Resources
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5dab8e2

Please sign in to comment.