Fix landingpage, supervisor release permission (#23223)

pull/23245/head
Wendelin 2024-12-10 10:51:25 +01:00 committed by GitHub
parent b86d6021da
commit 008647aa7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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