set lowest permissions

This commit is contained in:
Matheson Steplock 2021-11-07 01:17:00 +00:00 committed by GitHub
parent 4a77e19675
commit 7ed7d50891
3 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: chmod 755 homeassistant-supervised/DEBIAN/p*
- run: chmod 555 homeassistant-supervised/DEBIAN/p*
- run: dpkg-deb --build --root-owner-group homeassistant-supervised
- name: Upload
uses: actions/upload-artifact@v2

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: chmod 755 homeassistant-supervised/DEBIAN/p*
- run: chmod 555 homeassistant-supervised/DEBIAN/p*
- run: dpkg-deb --build --root-owner-group homeassistant-supervised
- name: Release
uses: softprops/action-gh-release@v1

0
homeassistant-supervised/DEBIAN/postrm Normal file → Executable file
View file