mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
Fix landingpage, supervisor release permission (#23223)
This commit is contained in:
parent
86f9909ac9
commit
3768be55ff
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -86,6 +86,8 @@ jobs:
|
||||
name: Release landing-page frontend
|
||||
if: github.event.release.prerelease == false
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write # Required to upload release assets
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v4.2.2
|
||||
@ -113,6 +115,8 @@ jobs:
|
||||
name: Release supervisor frontend
|
||||
if: github.event.release.prerelease == false
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write # Required to upload release assets
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v4.2.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user