Skip to content

Commit 3210e53

Browse files
committed
clean up optional params
1 parent 7c38618 commit 3210e53

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/create_release_pr.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
steps:
1818
- name: Checkout the latest code
1919
uses: actions/checkout@v3
20-
with:
21-
token: ${{ github.token }}
2220

2321
- name: Read the current version
2422
id: version
@@ -27,11 +25,8 @@ jobs:
2725
path: "version.properties"
2826
properties: "templateScriptVersion"
2927

30-
- uses: nimblehq/github-actions-workflows/[email protected].6
28+
- uses: nimblehq/github-actions-workflows/[email protected].10
3129
with:
32-
token: ${{ github.token }}
3330
version: ${{ steps.version.outputs.templateScriptVersion }}
34-
base_branch: main-0.6
3531
changelogConfiguration: ".github/workflows/config/changelog-release.json"
3632
assignee: luongvo-bot
37-
label: "type : release"

0 commit comments

Comments
 (0)