summaryrefslogtreecommitdiff
path: root/.github/workflows/manual.yml
blob: e69a6ce475cc9299a36d5b94464a1deaca09e707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Manual
on:
  push:
    branches: main
    tags: "v[0-9]+.[0-9]+.[0-9]+"
jobs:
  manual:
    name: Manual
    uses: | # zizmor: ignore[unpinned-uses] same maintainer as this repo
      emacscollective/workflows/.github/workflows/manual.yml@main
    permissions: {}
    secrets:
      rclone_config: ${{ secrets.RCLONE_CONFIG }}