From d33c2384cd7d7ba75f89c5aae5c489be8e6b1919 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 29 Oct 2023 14:34:12 +0100 Subject: [PATCH] Update token name Update the name of the token which should be used to kick off a development image build --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 899f930057..1b91371266 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -554,7 +554,7 @@ jobs: - name: Repository Dispatch to the Development image uses: peter-evans/repository-dispatch@v2 with: - token: ${{ secrets.DOCKER_TOKEN }} + token: ${{ secrets.KICK_DEV_IMG_BUILD_TOKEN }} repository: ${{ github.repository_owner }}/ledgersmb-dev-docker event-type: master-updated client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'