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 \