[PR #2791] [MERGED] Workflow to dispatch an ABS windows event on server release #3806

Closed
opened 2026-04-25 00:17:08 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2791
Author: @mikiher
Created: 3/27/2024
Status: Merged
Merged: 3/27/2024
Merged by: @advplyr

Base: masterHead: abs-windows-dispatch


📝 Commits (3)

  • 8ce5a5c Add workflow to dispatch an abs-windows event
  • 1cf0bd0 add dummy pull_request event for the workflow to appear in the list
  • 33e4b51 Revert "add dummy pull_request event for the workflow to appear in the list"

📊 Changes

1 file changed (+17 additions, -0 deletions)

View changed files

.github/workflows/notify-abs-windows.yml (+17 -0)

📄 Description

This workflow dispatches an event to the windows repository (mikiher/audiobokshelf-windows) when a new server release is published.

The event triggers a workflow on the windows repository that builds a new windows installer with the latest server release, and creates a draft release for it (this was done manually up until now).

In order for it to work, you'll need to add a secret in the server repository named ABS_WINDOWS_PAT, which will contain the private access token needed to dispatch the event. I sent the token to you in a Discord PM.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/2791 **Author:** [@mikiher](https://github.com/mikiher) **Created:** 3/27/2024 **Status:** ✅ Merged **Merged:** 3/27/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `abs-windows-dispatch` --- ### 📝 Commits (3) - [`8ce5a5c`](https://github.com/advplyr/audiobookshelf/commit/8ce5a5cdbdbcda02c65fb0dbd1e6a25c2d3b6fe8) Add workflow to dispatch an abs-windows event - [`1cf0bd0`](https://github.com/advplyr/audiobookshelf/commit/1cf0bd0f01d442899fc5943dfbdfde6704a76c74) add dummy pull_request event for the workflow to appear in the list - [`33e4b51`](https://github.com/advplyr/audiobookshelf/commit/33e4b51aee873b9a00ae54bb95c36efdcae7c842) Revert "add dummy pull_request event for the workflow to appear in the list" ### 📊 Changes **1 file changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/notify-abs-windows.yml` (+17 -0) </details> ### 📄 Description This workflow dispatches an event to the windows repository (mikiher/audiobokshelf-windows) when a new server release is published. The event triggers a [workflow](https://github.com/mikiher/audiobookshelf-windows/blob/d187b3de24c2ab7b5e095f131e3d59b66c0ca657/.github/workflows/build-installer.yml#L4) on the windows repository that builds a new windows installer with the latest server release, and creates a draft release for it (this was done manually up until now). In order for it to work, you'll need to add a secret in the server repository named ABS_WINDOWS_PAT, which will contain the private access token needed to dispatch the event. I sent the token to you in a Discord PM. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:08 +02:00
adam closed this issue 2026-04-25 00:17:08 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3806