File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 env :
3636 GH_PAT : ${{ secrets.GH_PAT }}
3737 run : |
38- USERNAME="arhamkhnz"
39-
4038 # Get a list of public repositories that are not forks
4139 REPOS=$(curl -H "Authorization: token $GH_PAT" -s "https://api.github.com/user/repos?per_page=100" | jq -r '.[] | select(.fork == false) | .full_name') || echo "Error fetching repositories"
4240
Original file line number Diff line number Diff line change 3232 env :
3333 GH_PAT : ${{ secrets.GH_PAT }}
3434 run : |
35- # Set your GitHub username
36- USERNAME="<your-github-username>"
37-
3835 # Get a list of public repositories that are not forks
3936 REPOS=$(curl -H "Authorization: token $GH_PAT" -s "https://api.github.com/user/repos?per_page=100" | jq -r '.[] | select(.fork == false) | .full_name') || echo "Error fetching repositories"
4037
You can’t perform that action at this time.
0 commit comments