-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Append header if GITHUB_TOKEN environment variable is present (#128)
* feat: ✨ Append header if GITHUB_TOKEN environment variable is present * build: ⬆️ Add blocking feature of reqwest * feat: ✨ If a semver version is provided, get the latest subpatch and use that version * docs: 📝 Update invalid_version error * perf: ⚡️ Remove unnecesary into_diagnostics calls * feat: ✨ Even if the regex matches, check that the release exists * feat: ✨ Update auth * chore: 🔊 Add log * chore: ⚡️ Add basic auth * Add gh api tests * fix: 🐛 fix typo * feat: 🎨 Remove permissions * test: ✅ Add rust test * test: ✅ Add rust test * ci: ⚡️ Add checkout action * ci: 🧪 Test with permissions * ci: 🧪 Update headers * ci: 🎨 Avoid triggering other CI * ci: ✅ Check if GITHUB TOKEN is present * ci: ✅ Update get call * ci: 🧪 Update headers * style: 🎨 Simplify code * ci: 🧪 Update headers * ci: 🧪 Add curl test * feat: ✨ Add retries * feat: ✨ Add retries * feat: ✨ Improve retries * chore: 🔊 Add logs to tests * feat: ✨ Remove retries * ci: 🧪 Test api limit * chore: 🧪 Test with retries * feat: ✨ Create a github_query fn * ci: 🧪 Update CI rust test * feat: 🔊 Update logging * feat: ✨ Add maximum retries * chore: 🔥 Remove gh_test.yaml * style: 🎨 Remove duplicated log * ci: 👷 Add env to CI * chore: 🔊 Add debug log * ci: 🧪 Test without env * revert: ⏪️ Revert env removal * ci: 👷 Update environment in CI * chore: 🔊 Add logging * chore: 🔥 Remove download test * feat: ✨ Move github_query fn to mod.rs
- Loading branch information
1 parent
e8c4ef1
commit 11becfa
Showing
8 changed files
with
178 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ on: | |
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
jobs: | ||
publish-release: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.