Skip to content

Commit

Permalink
update docs token reference
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Oct 19, 2024
1 parent fe0401a commit 178d786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: report docs updated
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.TEZ.CAPITAL-DOCS_BUILDER_ACCESS_TOKEN }}
token: ${{ secrets.DOCS_BUILDER_ACCESS_TOKEN }}
repository: tez-capital/docs.tez.capital_builder
event-type: subproject-updated
client-payload: '{ "id": "${{ steps.repository_info.outputs.ID }}", "repository": "${{github.repository}}", "version": "${{github.ref_name}}"}'

0 comments on commit 178d786

Please sign in to comment.