Add permissions to stability-* workflows (#44212)

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
Stian Thorgersen
2025-11-14 12:02:54 +01:00
committed by GitHub
parent bcf6df545b
commit 4f80d692c0
4 changed files with 18 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ defaults:
run:
shell: bash
permissions:
contents: read
jobs:
build:

View File

@@ -10,6 +10,9 @@ defaults:
run:
shell: bash
permissions:
contents: read
jobs:
build:
@@ -50,6 +53,8 @@ jobs:
if: always()
env:
GH_TOKEN: ${{ github.token }}
permissions:
actions: write
steps:
- name: Delete artifacts
run:

View File

@@ -10,6 +10,9 @@ defaults:
run:
shell: bash
permissions:
contents: read
jobs:
build:
@@ -46,6 +49,8 @@ jobs:
if: always()
env:
GH_TOKEN: ${{ github.token }}
permissions:
actions: write
steps:
- name: Delete artifacts
run:

View File

@@ -10,6 +10,9 @@ defaults:
run:
shell: bash
permissions:
contents: read
jobs:
build-keycloak:
name: Build Keycloak
@@ -159,6 +162,8 @@ jobs:
if: always()
env:
GH_TOKEN: ${{ github.token }}
permissions:
actions: write
steps:
- name: Delete artifacts (excluding Playwright reports and server logs)
run: |