Skip to content

Commit e465a31

Browse files
authored
fix: Unexpected input(s) 'github-token' in release-please job (#1301)
* chore: changes from formatting on save * refactor: remove Invalid action input github-token
1 parent c071693 commit e465a31

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-please.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
with:
22-
# https://github.com/actions/checkout/issues/1467
22+
# https://github.com/actions/checkout/issues/1467
2323
fetch-depth: 0
2424

2525
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
2626
id: release-please
2727
with:
2828
config-file: .release-please.json
2929
manifest-file: .release-please-manifest.json
30-
github-token: ${{ github.secret }}
3130

3231
release-docker-image:
3332
needs:
@@ -51,7 +50,7 @@ jobs:
5150
steps:
5251
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5352
with:
54-
# https://github.com/actions/checkout/issues/1467
53+
# https://github.com/actions/checkout/issues/1467
5554
fetch-depth: 0
5655
ref: "${{ needs.release-please.outputs.release_tag }}"
5756

@@ -71,4 +70,3 @@ jobs:
7170
omitBodyDuringUpdate: true
7271
omitDraftDuringUpdate: true
7372
artifacts: "dist/**/*"
74-

0 commit comments

Comments
 (0)