mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Add permissions to stability-* workflows (#44212)
Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
3
.github/workflows/stability-base-reruns.yml
vendored
3
.github/workflows/stability-base-reruns.yml
vendored
@@ -19,6 +19,9 @@ defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
5
.github/workflows/stability-base.yml
vendored
5
.github/workflows/stability-base.yml
vendored
@@ -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:
|
||||
|
||||
5
.github/workflows/stability-clustering.yml
vendored
5
.github/workflows/stability-clustering.yml
vendored
@@ -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:
|
||||
|
||||
5
.github/workflows/stability-js-ci.yml
vendored
5
.github/workflows/stability-js-ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user