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

[CI] Use default Actions token for wf triggering #496

Closed
mickahell opened this issue Aug 16, 2023 · 1 comment · Fixed by #500
Closed

[CI] Use default Actions token for wf triggering #496

mickahell opened this issue Aug 16, 2023 · 1 comment · Fixed by #500
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@mickahell
Copy link
Collaborator

What is the expected enhancement?

Use default Actions token for triggering actions and not using anymore personal token.

@mickahell
Copy link
Collaborator Author

Not sure if the var is available in _dispatch method

@mickahell mickahell added the enhancement New feature or request label Aug 16, 2023
@mickahell mickahell self-assigned this Aug 16, 2023
@frankharkins frankharkins self-assigned this Aug 16, 2023
@mickahell mickahell added the bug Something isn't working label Aug 18, 2023
frankharkins added a commit that referenced this issue Aug 21, 2023
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants