diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a954ed4..1af9e22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: - name: Trigger pke-image build uses: actions/github-script@v6 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.TRIGGER_GH_TOKEN }} script: | await github.rest.actions.createWorkflowDispatch({ owner: 'banzaicloud',