Skip to content

Commit a028e9d

Browse files
🩹 [Enhancement]: Add curl test for repository API in workflow
1 parent a924dc6 commit a028e9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ jobs:
8181
LogGroup "CLI repository debug" {
8282
gh api repos/${{ github.repository }}
8383
}
84+
85+
LogGroup "curl test" {
86+
curl -H "Authorization: Bearer $env:GITHUB_TOKEN" https://api.github.com/repos/${{ github.repository }}
87+
}

0 commit comments

Comments
 (0)