Skip to content

Commit

Permalink
fix: secret for ci action (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored May 6, 2020
1 parent ed2bcbe commit bc9ad43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.DOCKER_REPO_TOKEN }}
event-type: build

0 comments on commit bc9ad43

Please sign in to comment.