Skip to content

Commit 968ea45

Browse files
committed
Try to make it publish to the repo
1 parent e134163 commit 968ea45

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

.github/workflows/deploy.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,27 @@ jobs:
209209
"repository": "${{ github.repository }}",
210210
"version": "${{ github.event.release.tag_name }}"
211211
}
212+
213+
publish-own:
214+
name: 📢 Publish to own stable repository
215+
if: needs.information.outputs.environment == 'stable'
216+
needs:
217+
- information
218+
- deploy
219+
environment:
220+
name: ${{ needs.information.outputs.environment }}
221+
runs-on: ubuntu-latest
222+
steps:
223+
- name: 🚀 Dispatch repository updater update signal
224+
uses: peter-evans/repository-dispatch@v1.1.3
225+
with:
226+
token: ${{ secrets.GIT_TOKEN }}
227+
repository: lbouriez/hassio-addons
228+
event-type: update
229+
client-payload: >
230+
{
231+
"addon": "${{ needs.information.outputs.slug }}",
232+
"name": "${{ needs.information.outputs.name }}",
233+
"repository": "${{ github.repository }}",
234+
"version": "${{ github.event.release.tag_name }}"
235+
}

plex/apparmor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <tunables/global>
22

3-
profile 1a32f091-plex flags=(attach_disconnected,mediate_deleted) {
3+
profile f75307bb-plex flags=(attach_disconnected,mediate_deleted) {
44
#include <abstractions/base>
55

66
capability,

plex/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Plex Media Server with NAS",
3-
"version": "2.5.2.1",
3+
"version": "2.5.2",
44
"slug": "plex",
55
"description": "Recorded media, live TV, online news, and podcasts ready to stream.",
66
"url": "https://github.com/lbouriez/addon-plex",

repository.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)