You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…eck process (#500)
<!--
⚠️ If you do not respect this template, your pull request will be
closed.
⚠️ Your pull request title should be short detailed and understandable
for all.
⚠️ Also, please add a release note file using reno if the change needs
to be
documented in the release notes.
⚠️ If your pull request fixes an open issue, please link to the issue.
- [ ] I have added the tests to cover my changes.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the CONTRIBUTING document.
-->
### Summary
Replace custom token with `GITHUB_TOKEN` and `main` branch with default
checkout branch.
Simplified the periodically check process.
### Details and comments
- [x] Update `GITHUB_TOKEN`
- [x] Delete ref to so call `main` branch
- [x] Add `process_temp_test_results_files` into wf
`ecosystem-project-check.yml`
- [x] Make every test kind into same action
- [x] Tests --> mickahell#186
---
Closes#496
---------
Co-authored-by: Frank Harkins <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: frankharkins <[email protected]>
Co-authored-by: github-actions <[email protected]>
What is the expected enhancement?
Use default Actions token for triggering actions and not using anymore personal token.
The text was updated successfully, but these errors were encountered: