rancher-sandbox / rancher-desktop-wsl-distro

Minimal WSL distro for Rancher Desktop
Apache License 2.0
16 stars 8 forks source link

CI: Make dependencies workflow use custom tokens #96

Closed mook-as closed 7 months ago

mook-as commented 7 months ago

The workflow currently uses the token generated by the action to trigger pull requests; this doesn't work correctly because tokens provided to workflows cannot be used to trigger further workflows (in particular, the tests that are required for merging PRs).

Reference: https://github.com/rancherlabs/eio/issues/2172