DBP-1028 Hide the Administrator role from users with a different role #78
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Greenlight Docker Image on Push to GHCR | |
on: | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
build_image_on_push: | |
permissions: | |
packages: write | |
security-events: write | |
actions: read | |
contents: read | |
uses: hpi-schul-cloud/infra-tools/.github/workflows/imagetoghcr-on-push.yaml@master | |
with: | |
image_name: "greenlight" |