fix: update GitHub token usage in release workflow

This commit is contained in:
Ryan Fong 2026-02-25 23:30:10 -08:00
parent be24b74f1a
commit 54c5957676
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
- id: rp
uses: googleapis/release-please-action@v4
with:
token: ${{ steps.app-token.outputs.token }}
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
publish-release:
@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4