Skip to content

Commit

Permalink
Fix chocolatey README contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil authored and hurl-bot committed Oct 5, 2023
1 parent 02d0ac3 commit af3f78e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Get latest released version

```
$hurl_latest_version=((Invoke-WebRequest -UseBasicParsing https://api.github.com/repos/Orange-OpenSource/hurl/releases/latest).content | ConvertFrom-Json | Select -exp tag_name)
$hurl_latest_version=((Invoke-WebRequest -Headers @{'Authorisation' = '<github token>'} -UseBasicParsing https://api.github.com/repos/Orange-OpenSource/hurl/releases/latest).content | ConvertFrom-Json | Select -exp tag_name)
echo ${hurl_latest_version}
```

Expand Down

0 comments on commit af3f78e

Please sign in to comment.