ci: Add missing token

This commit is contained in:
Jim Martens 2024-09-17 19:09:25 +02:00
parent 74d880b5e0
commit 5377f7f486
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
1 changed files with 3 additions and 0 deletions

View File

@ -66,3 +66,6 @@ jobs:
with:
target: test
image_version: ${{ needs.jib.outputs.version }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}