Skip to content

Commit 96bc118

Browse files
committed
chore: remove unused USERNAME variable from workflow
1 parent 0e4d8ef commit 96bc118

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/analyze-code.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
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

analyze-code.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
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

0 commit comments

Comments
 (0)