Skip to content

Commit

Permalink
chore: Run release-please-now using the trigger-er's token (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Jul 23, 2024
1 parent 16b22fb commit 19dd8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please-now.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: ${{ github.repository == 'googleapis/ruby-style' }}
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.YOSHI_APPROVER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_PLEASE_DISABLE: ${{ secrets.RELEASE_PLEASE_DISABLE }}
steps:
- name: Checkout repo
Expand Down

0 comments on commit 19dd8c0

Please sign in to comment.