Skip to content

Workflow per la generazione dell'epub#269

Merged
Cadienvan merged 3 commits into
mainfrom
elgorditosalsero/feat/epub_build_trigger
Jul 3, 2025
Merged

Workflow per la generazione dell'epub#269
Cadienvan merged 3 commits into
mainfrom
elgorditosalsero/feat/epub_build_trigger

Conversation

@elgorditosalsero
Copy link
Copy Markdown
Contributor

Aggiunge la Github Action per lanciare la generazione dell'epub ogni volta che un nuovo tag viene creato.

Refs

cc @sandrolain

Adds the workflow to trigger the generation of the epub
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds a GitHub Actions workflow that dispatches an EPUB build in the book-epub repository whenever a new tag is pushed.

  • Introduces .github/workflows/dispatch-epub-build.yml to listen for tag pushes
  • Uses peter-evans/repository-dispatch@v3 with a secret token to trigger the external build
Comments suppressed due to low confidence (1)

.github/workflows/dispatch-epub-build.yml:15

  • Add a note in the README or a CONTRIBUTING guide about setting up the EPUB_BUILD_TOKEN secret with appropriate access to the target repository.
          token: ${{ secrets.EPUB_BUILD_TOKEN }}

Comment thread .github/workflows/dispatch-epub-build.yml
Copy link
Copy Markdown
Contributor

@sandrolain sandrolain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mi sembra in linea con quanto previsto sull'altro repo. Formalmente è corretto.

Comment thread .github/workflows/dispatch-epub-build.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Cadienvan Cadienvan merged commit 1ecb59a into main Jul 3, 2025
1 check passed
@Cadienvan Cadienvan deleted the elgorditosalsero/feat/epub_build_trigger branch July 3, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants