misc(ci): try the permission scoped again?

This commit is contained in:
Morgan Funtowicz 2025-01-08 15:11:01 +01:00
parent e80ce224db
commit b3fae2fb48

View File

@ -15,12 +15,12 @@ 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.
jobs:
build-and-push:
permissions:
contents: read # Required to check out repository.
id-token: write # Required to authenticate via OIDC.
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }}
outputs: