Skip to content

Commit e1e8c37

Browse files
crazy-maxglours
authored andcommitted
ci(docs): use push-to-fork when creating pr
Signed-off-by: CrazyMax <[email protected]>
1 parent dcf086c commit e1e8c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27 # v4.0.4
4141
with:
4242
token: ${{ secrets.GHPAT_DOCS_DISPATCH }}
43+
push-to-fork: docker-tools-robot/docker.github.io
4344
commit-message: Update Compose reference API to ${{ github.event.release.name }}
4445
signoff: true
4546
branch: dispatch/compose-api-reference-${{ github.event.release.name }}
4647
delete-branch: true
4748
title: Update Compose reference API to ${{ github.event.release.name }}
4849
body: |
4950
Update the Compose reference API documentation to keep in sync with the latest release `${{ github.event.release.name }}`
50-
labels: area/Compose
5151
draft: false

0 commit comments

Comments
 (0)