Skip to content

Commit 46d7ce0

Browse files
authored
chore(ci): use yoshi bot to bypass tag creation restrictions (#1291)
1 parent e185926 commit 46d7ce0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tag-generators.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ jobs:
1414
if: ${{ github.repository == 'googleapis/gapic-generator-ruby' }}
1515
runs-on: ubuntu-latest
1616
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
1818
permissions:
1919
contents: write
2020
packages: read
2121
steps:
2222
- name: Checkout repo
2323
uses: actions/checkout@v4
24+
with:
25+
token: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
2426
- name: Install Ruby 3.4
2527
uses: ruby/setup-ruby@v1
2628
with:

0 commit comments

Comments
 (0)