Skip to content

Commit

Permalink
fix: Unexpected input(s) 'github-token' in release-please job (#1301
Browse files Browse the repository at this point in the history
)

* chore: changes from formatting on save

* refactor: remove Invalid action input github-token
  • Loading branch information
hamirmahal authored Jan 7, 2025
1 parent c071693 commit e465a31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
# https://github.com/actions/checkout/issues/1467
# https://github.com/actions/checkout/issues/1467
fetch-depth: 0

- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
id: release-please
with:
config-file: .release-please.json
manifest-file: .release-please-manifest.json
github-token: ${{ github.secret }}

release-docker-image:
needs:
Expand All @@ -51,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
# https://github.com/actions/checkout/issues/1467
# https://github.com/actions/checkout/issues/1467
fetch-depth: 0
ref: "${{ needs.release-please.outputs.release_tag }}"

Expand All @@ -71,4 +70,3 @@ jobs:
omitBodyDuringUpdate: true
omitDraftDuringUpdate: true
artifacts: "dist/**/*"

0 comments on commit e465a31

Please sign in to comment.