From 8c258a75dd91edf97e2ea277f9e2376019647e26 Mon Sep 17 00:00:00 2001 From: Patrik Egyed Date: Mon, 27 Feb 2023 18:17:05 +0100 Subject: [PATCH] ci(GHA): tried to fix image building --- .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 5bb58ea..03e411e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Trigger pke-image build uses: actions/github-script@v6 with: - github-token: ${{ secrets.TRIGGER_GH_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} script: | await github.rest.actions.createWorkflowDispatch({ owner: 'banzaicloud',