Skip to content

Commit 02f11a2

Browse files
committed
chore: use dedicated docs token
1 parent 7b7ce5f commit 02f11a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Repository Dispatch
1717
uses: peter-evans/repository-dispatch@v4
1818
with:
19-
token: ${{ secrets.GITHUB_TOKEN }}
19+
token: ${{ secrets.DOCS_TOKEN }}
2020
repository: static-web-server/docs
2121
event-type: event-docs-v2-install
2222
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)