From 13b85aa38637a785fe5d0ecb8be305bab4409eb5 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 18 Aug 2025 09:35:27 +0200 Subject: [PATCH] fix(ci): using pat for container image build (#914) Signed-off-by: Dario Tranchitella --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41e83ee..8711442 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \