Skip to content

Commit a253fd5

Browse files
authored
Update merge_main_to_develop.yml (#5128)
2 parents 89c9579 + 537ee67 commit a253fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge_main_to_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
destination_branch: "develop" # If blank, default: main
1818
pr_title: "Merge main into develop"
1919
pr_body: "Automatically generated PR to keep develop in sync with main.\n\n **USE MERGE COMMIT TO MERGE THIS PR**.\n\nSee [merge_main_to_develop.yml](/eclipse/rdf4j/.github/workflows/merge_main_to_develop.yml)." # Full markdown support, requires pr_title to be set
20-
github_token: ${{ secrets.GITHUB_TOKEN }}
20+
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)