mirror of
https://github.com/ivuorinen/business-data-fetcher.git
synced 2026-03-22 12:02:35 +00:00
19 lines
355 B
YAML
19 lines
355 B
YAML
---
|
|
name: Release Monthly
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
workflow_call:
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
release:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: ivuorinen/actions/release-monthly@dc85cef1c285edd3d2edcb4a7c82bdd08ccc7c56 # v2026.03.20
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|