Skip to content

Add permissions also to the release caller #22

Add permissions also to the release caller

Add permissions also to the release caller #22

Workflow file for this run

name: Release images 🔧
on:
push:
tags:
- v*
branches:
- main
jobs:
build-framework:
permissions:
id-token: write # OIDC support
contents: write
uses: ./.github/workflows/reusable-build.yaml
secrets: inherit
with:
security_profile: generic
build-framework-fips:
permissions:
id-token: write # OIDC support
contents: write
uses: ./.github/workflows/reusable-build.yaml
secrets: inherit
with:
security_profile: fips