fix: update GitHub token usage in release workflow
This commit is contained in:
parent
be24b74f1a
commit
54c5957676
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- id: rp
|
- id: rp
|
||||||
uses: googleapis/release-please-action@v4
|
uses: googleapis/release-please-action@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
config-file: release-please-config.json
|
config-file: release-please-config.json
|
||||||
|
|
||||||
publish-release:
|
publish-release:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue