Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow passing Github Token to downloader script #206

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Apr 24, 2024

GITHUB_TOKEN=$(gh auth token) VERSION=v2 PARAMS="stuff"  ./run.sh

This will allow our CI runners to pass in a github token to hopefully avoid those random contract test failures when we are rate limited. If that is in fact what is happening.

@cwaldren-ld cwaldren-ld merged commit 22b2ba6 into v2 Apr 24, 2024
4 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/sc-241660/gh-token branch April 24, 2024 23:01
cwaldren-ld pushed a commit that referenced this pull request Apr 25, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.11.0](v2.10.0...v2.11.0)
(2024-04-24)


### Features

* allow passing Github Token to downloader script
([#206](#206))
([22b2ba6](22b2ba6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cwaldren-ld added a commit that referenced this pull request May 3, 2024
```bash
GITHUB_TOKEN=$(gh auth token) VERSION=v2 PARAMS="stuff"  ./run.sh
```
This will allow our CI runners to pass in a github token to hopefully
avoid those random contract test failures when we are rate limited.
cwaldren-ld added a commit that referenced this pull request May 3, 2024
```bash
GITHUB_TOKEN=$(gh auth token) VERSION=v2 PARAMS="stuff"  ./run.sh
```
This will allow our CI runners to pass in a github token to hopefully
avoid those random contract test failures when we are rate limited.
cwaldren-ld added a commit that referenced this pull request May 3, 2024
If GITHUB_TOKEN is passed, use it for download the release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants