fix(ci): using pat for container image build (#914)

Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
Dario Tranchitella
2025-08-18 09:35:27 +02:00
committed by GitHub
parent 8898a13eec
commit 13b85aa386

View File

@@ -68,7 +68,7 @@ jobs:
--notes-file release-notes.md
- name: trigger container build workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
run: |
gh workflow run "Container image build" \
--ref master \