OctopusDeploy / OctoTFS

| Public | Octopus extensions for Azure DevOps, TFS, VSTS, and VSO
https://marketplace.visualstudio.com/items?itemName=octopusdeploy.octopus-deploy-build-release-tasks
Other
0 stars 41 forks source link

Read releases.json from raw.githubusercontent to avoid rate limiting #311

Closed IsaacCalligeros95 closed 1 year ago

IsaacCalligeros95 commented 1 year ago

Customers are being rate-limited when using the Install Octopus CLI GitHub Action, to avoid this entirely and avoid the dependency on an authenticated token, we've opted to store releases in the repository itself

Read releases from the non-rate limited releases list stored in the repository athttps://raw.githubusercontent.com/OctopusDeploy/cli/main/releases.json. This change is to be merged following https://github.com/OctopusDeploy/cli/pull/228/files

[sc-41298]

shortcut-integration[bot] commented 1 year ago

This pull request has been linked to Shortcut Story #41298: CLI installer for GHA actions and OctoTFS is hitting GitHub API limits.