Skip to content

Commit

Permalink
[CI] Fix workflow token
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenchYeti committed Jun 1, 2020
1 parent 9d6d1cf commit dd49b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify_codecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
run: |
curl -X POST https://api.github.com/repos/frenchyeti/dexcalibur-codedoc/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \
--data '{"event_type": "build-doc", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
-u ${{ secrets.CODEDOC_ACCESS_TOKEN }} \
--data '{"event_type": "build-doc", "client_payload": {}}'

0 comments on commit dd49b18

Please sign in to comment.