misc(ci): missing id-token for AWS auth

This commit is contained in:
Morgan Funtowicz 2025-01-20 12:40:46 +01:00
parent e083a92295
commit 87039cf211
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,5 @@
name: Build and push docker image to internal registry
permissions:
id-token: write
on:
workflow_call:
inputs:

View File

@ -42,6 +42,7 @@ jobs:
permissions:
contents: write
packages: write
id-token: write
with:
hardware: ${{ matrix.hardware }}
# https://github.com/actions/runner/issues/2206