mirror of
https://github.com/walter-base/common-workflow.git
synced 2026-09-08 19:26:46 -04:00
fix: use system token in release workflow
This commit is contained in:
@@ -66,10 +66,6 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
default: marketplace
|
||||
secrets:
|
||||
GITHUB_TOKEN:
|
||||
required: false
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
@@ -90,7 +86,7 @@ jobs:
|
||||
id: release
|
||||
uses: googleapis/release-please-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN || github.token }}
|
||||
token: ${{ github.token }}
|
||||
target-branch: ${{ github.event.repository.default_branch || 'master' }}
|
||||
config-file: ${{ inputs.release_config_file }}
|
||||
manifest-file: ${{ inputs.release_manifest_file }}
|
||||
|
||||
Reference in New Issue
Block a user