From b664719a84364fffc87521c939bdc9427cfe16f9 Mon Sep 17 00:00:00 2001 From: Ben Rockwood Date: Tue, 3 Oct 2023 15:10:20 -0700 Subject: [PATCH] Update Repo-Dispatch Token (#104) --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de398d6..ff9fe08 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - name: Trigger Registry Update uses: peter-evans/repository-dispatch@v2 with: - token: ${{ secrets.REPO_API_TOKEN }} + token: ${{ secrets.SERVER_ACTION_TOKEN }} repository: mondoohq/server event-type: update - client-payload: '{"source": "${{ github.repository }}", "tag": "${{ github.ref }}"}' \ No newline at end of file + client-payload: '{"source": "${{ github.repository }}", "tag": "${{ github.ref }}"}'