ci: Pass-through correct token to deploy workflow

This commit is contained in:
Jim Martens 2024-09-17 20:43:39 +02:00
parent 8ea7207af3
commit 217407f372
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ on:
type: string
required: true
secrets:
token:
ACTIONS_GITHUB_TOKEN:
required: true
workflow_dispatch:
inputs:

View File

@ -67,5 +67,5 @@ jobs:
target: test
image_version: ${{ needs.jib.outputs.version }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}