misc(ci): try the permission scoped again?

This commit is contained in:
Morgan Funtowicz 2025-01-08 15:11:01 +01:00
parent 7ce285deda
commit f1f152c113

View File

@ -15,12 +15,12 @@ on:
description: "Label generated for this build"
value: ${{ jobs.build-and-push.outputs.label }}
jobs:
build-and-push:
permissions:
contents: read # Required to check out repository.
id-token: write # Required to authenticate via OIDC.
jobs:
build-and-push:
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }}
outputs: