Skip to content

Commit b5fcee4

Browse files
committed
fix: add missing token to github workflows
1 parent 9e1ce40 commit b5fcee4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
- name: Trigger workflow in tibiadata-helm-charts repo
131131
uses: peter-evans/repository-dispatch@v3
132132
with:
133+
token: ${{ secrets.REPO_ACCESS_TOKEN }}
133134
repository: TibiaData/tibiadata-helm-charts
134135
event-type: bump-helm-chart-release
135136
client-payload: '{"chart_name": "${{ github.event.repository.name }}", "release_version": "${{ needs.build.outputs.docker_meta_version }}"}'

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Trigger workflow in tibiadata-api-docs repo
4444
uses: peter-evans/repository-dispatch@v3
4545
with:
46+
token: ${{ secrets.REPO_ACCESS_TOKEN }}
4647
repository: TibiaData/tibiadata-api-docs
4748
event-type: tibiadata-api-docs-release-update
4849
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "tag_name": "${{ github.event.release.tag_name }}"}'

0 commit comments

Comments
 (0)