Skip to content

Commit

Permalink
Update Repo-Dispatch Token (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
benr authored Oct 3, 2023
1 parent 6b93ddc commit b664719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}'
client-payload: '{"source": "${{ github.repository }}", "tag": "${{ github.ref }}"}'

0 comments on commit b664719

Please sign in to comment.