diff --git a/.github/workflows/tag-generators.yml b/.github/workflows/tag-generators.yml index a96704254..613f19c7d 100644 --- a/.github/workflows/tag-generators.yml +++ b/.github/workflows/tag-generators.yml @@ -14,13 +14,15 @@ jobs: if: ${{ github.repository == 'googleapis/gapic-generator-ruby' }} runs-on: ubuntu-latest env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }} permissions: contents: write packages: read steps: - name: Checkout repo uses: actions/checkout@v4 + with: + token: ${{ secrets.YOSHI_CODE_BOT_TOKEN }} - name: Install Ruby 3.4 uses: ruby/setup-ruby@v1 with: