Sync lockfile and toolchain with Zenoh's #6
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
name: sync-lockfile-and-toolchain | |
run-name: Sync lockfile and toolchain with Zenoh's | |
on: | |
schedule: | |
- cron: "0 0 * * *" # At the end of every day | |
workflow_dispatch: | |
jobs: | |
sync-lockfile-and-toolchain: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Sync lockfile and toolchain | |
uses: ZettaScaleLabs/zenoh-sync-lockfile-and-toolchain@main | |
with: | |
token: ${{ secrets.PAT }} |