Skip to content

Commit 13a87b0

Browse files
authored
chore: Update github tokens (#26514)
1 parent 6b95e94 commit 13a87b0

8 files changed

Lines changed: 20 additions & 24 deletions

.github/workflows/bump-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
runs-on: ubuntu-latest
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
21-
APPROVAL_GITHUB_TOKEN: ${{secrets.YOSHI_APPROVER_TOKEN}}
21+
APPROVAL_GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2222
steps:
2323
- name: Checkout repo
2424
uses: actions/checkout@v4
25-
- name: Install Ruby 3.2
25+
- name: Install Ruby 3.3
2626
uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: "3.2"
28+
ruby-version: "3.3"
2929
- name: Install tools
3030
run: |
3131
gem install --no-document toys

.github/workflows/new-library.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
16-
GOOGLEAPIS_GEN_GITHUB_TOKEN: ${{ secrets.YOSHI_APPROVER_PRIVATE_TOKEN }}
16+
GOOGLEAPIS_GEN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
steps:
1818
- name: Checkout repo
1919
uses: actions/checkout@v4
20-
- name: Install Ruby 3.2
20+
- name: Install Ruby 3.3
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: "3.2"
23+
ruby-version: "3.3"
2424
- name: Install tools
2525
run: |
2626
gem install --no-document toys

.github/workflows/obsolete-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- name: Checkout repo
2121
uses: actions/checkout@v4
22-
- name: Install Ruby 3.2
22+
- name: Install Ruby 3.3
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: "3.2"
25+
ruby-version: "3.3"
2626
- name: Install tools
2727
run: |
2828
gem install --no-document toys

.github/workflows/owlbot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
19-
GOOGLEAPIS_GEN_GITHUB_TOKEN: ${{ secrets.YOSHI_APPROVER_PRIVATE_TOKEN }}
19+
GOOGLEAPIS_GEN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
steps:
2121
- name: Checkout repo
2222
uses: actions/checkout@v4
23-
- name: Install Ruby 3.2
23+
- name: Install Ruby 3.3
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: "3.2"
26+
ruby-version: "3.3"
2727
- name: Install tools
2828
run: |
2929
gem install --no-document toys

.github/workflows/release-please-bootstrap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- name: Checkout repo
1717
uses: actions/checkout@v4
18-
- name: Install Ruby 3.2
18+
- name: Install Ruby 3.3
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: "3.2"
21+
ruby-version: "3.3"
2222
- name: Install tools
2323
run: |
2424
gem install --no-document toys

.github/workflows/release-please-now.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,10 @@ jobs:
1919
steps:
2020
- name: Checkout repo
2121
uses: actions/checkout@v4
22-
- name: Install Ruby 3.2
22+
- name: Install Ruby 3.3
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: "3.2"
26-
- name: Install NodeJS 16.x
27-
uses: actions/setup-node@v4
28-
with:
29-
node-version: "16.x"
25+
ruby-version: "3.3"
3026
- name: Install tools
3127
run: |
3228
gem install --no-document toys

.github/workflows/update-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
if: ${{ github.repository == 'googleapis/google-cloud-ruby' }}
1616
runs-on: ubuntu-latest
1717
env:
18-
GITHUB_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
steps:
2020
- name: Checkout repo
2121
uses: actions/checkout@v4
22-
- name: Install Ruby 3.2
22+
- name: Install Ruby 3.3
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: "3.2"
25+
ruby-version: "3.3"
2626
- name: Install tools
2727
run: |
2828
gem install --no-document toys

.github/workflows/update-release-levels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- name: Checkout repo
1717
uses: actions/checkout@v4
18-
- name: Install Ruby 3.2
18+
- name: Install Ruby 3.3
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: "3.2"
21+
ruby-version: "3.3"
2222
- name: Install tools
2323
run: |
2424
gem install --no-document toys

0 commit comments

Comments
 (0)