1
0
mirror of https://github.com/rancher/rke.git synced 2025-05-14 03:14:59 +00:00
rke/.github
Jack Luo 977b6d83cb
Improve the workflows ()
1. Use Personal Access Token (PAT) for creating PR in the update-readme workflow

Currently, the PR made by the update-readme workflow does not trigger the CI to run, because GitHub does not trigger workflows for pull requests made by a GitHub Actions token (GITHUB_TOKEN) by default.
To fix the above issue, with this PR, the workflow will now retrieve and use a Personal Access Token (PAT) for creating the PR.

2. Add the same paths-ignore to the test-cni workflow as the one in the main workflow
2025-04-25 12:17:50 -07:00
..
workflows Improve the workflows () 2025-04-25 12:17:50 -07:00
ISSUE_TEMPLATE.md Add issue template 2017-12-05 13:20:10 -08:00