ghactions 0.19.0

GitHub Actions Crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "Release Train"

on:
  # every week on Wednesday at 14:00
  schedule:
    - cron: "0 14 * * 3"
  # Manual
  workflow_dispatch:

jobs:
  train:
    # https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo-publish.yml
    uses: 42ByteLabs/.github/.github/workflows/cargo-train.yml@v0.13
    secrets: inherit
    with:
      crate: ghactions