misc(ci): try the permission above again?

This commit is contained in:
Morgan Funtowicz 2025-01-08 14:39:48 +01:00
parent 51262756c0
commit 7ce285deda

View File

@ -15,9 +15,9 @@ on:
description: "Label generated for this build"
value: ${{ jobs.build-and-push.outputs.label }}
permissions:
contents: read # Required to check out repository.
id-token: write # Required to authenticate via OIDC.
permissions:
contents: read # Required to check out repository.
id-token: write # Required to authenticate via OIDC.
jobs:
build-and-push: