set lowest permissions
This commit is contained in:
parent
4a77e19675
commit
7ed7d50891
3 changed files with 2 additions and 2 deletions
2
.github/workflows/build-deb-pr.yml
vendored
2
.github/workflows/build-deb-pr.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
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
|
- run: dpkg-deb --build --root-owner-group homeassistant-supervised
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
2
.github/workflows/build-deb.yml
vendored
2
.github/workflows/build-deb.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
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
|
- run: dpkg-deb --build --root-owner-group homeassistant-supervised
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|
0
homeassistant-supervised/DEBIAN/postrm
Normal file → Executable file
0
homeassistant-supervised/DEBIAN/postrm
Normal file → Executable file
Loading…
Reference in a new issue