Skip to content

Commit

Permalink
Update token name
Browse files Browse the repository at this point in the history
Update the name of the token which should be used to kick off a development image build
  • Loading branch information
ehuelsmann authored Oct 29, 2023
1 parent b140ec0 commit d33c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}'
Expand Down

0 comments on commit d33c238

Please sign in to comment.