Skip to content

Commit

Permalink
Update Badge_downloads.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 authored Jan 31, 2025
1 parent a8561f4 commit 3d26ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Badge_downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# By default, GitHub parses only first page
$Token = "${{ secrets.GITHUB_TOKEN }}"
$Headers = @{
Accept = "application/json"
Accept = "application/vnd.github+json"
Authorization = "Bearer $Token"
}
$Parameters = @{
Expand All @@ -34,7 +34,7 @@ jobs:
# Count downloads for the second page of the repo
$Token = "${{ secrets.GITHUB_TOKEN }}"
$Headers = @{
Accept = "application/json"
Accept = "application/vnd.github+json"
Authorization = "Bearer $Token"
Verbose = $true
}
Expand Down

0 comments on commit 3d26ff5

Please sign in to comment.