fix: rename GITEA_TOKEN to DISPATCH_TOKEN to avoid built-in prefix
This commit is contained in:
@@ -119,7 +119,7 @@ jobs:
|
||||
- name: Trigger dependency update
|
||||
run: |
|
||||
curl -s -X POST \
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||
-H "Authorization: token ${{ secrets.DISPATCH_TOKEN }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"event_type":"handler-base-release","client_payload":{"version":"${{ needs.release.outputs.version }}"}}' \
|
||||
"${{ gitea.server_url }}/api/v1/repos/daviestechlabs/${{ matrix.repo }}/dispatches"
|
||||
|
||||
Reference in New Issue
Block a user