Skip to content

Commit 60621dc

Browse files
authored
Merge pull request docker#9670 from crazy-max/docs-workflow-fork
ci(docs): use push-to-fork when creating pr
2 parents dcf086c + e1e8c37 commit 60621dc

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)