Skip to content

Commit 93d5b47

Browse files
committed
test renamed token [documentation]
1 parent 0f6260d commit 93d5b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
curl -L \
6262
-X POST \
6363
-H "Accept: application/vnd.github+json" \
64-
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
64+
-H "Authorization: Bearer ${{ secrets.DOCUMENTATION_BUILDER_TOKEN }}" \
6565
-H "X-GitHub-Api-Version: 2022-11-28" \
6666
https://api.github.com/repos/alchemy-fr/phrasea-documentation-builder \
6767
-d "{\"event_type\": \"trigger-workflow\",\"client_payload\": {\"PHRASEA_REFNAME\": \"${{ github.ref_name }}\", \"PHRASEA_REFTYPE\": \"${{ github.ref_type }}\", \"PHRASEA_DATETIME\": \"${{ env.DATETIME }}\"}}"

0 commit comments

Comments
 (0)