Skip to content

Commit 6afa6c6

Browse files
test: use standard gh token
1 parent c8aee17 commit 6afa6c6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
2121
id: release
2222
with:
23-
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
23+
token: ${{ secrets.GITHUB_TOKEN }}
2424
config-file: release-please-config.json
2525
manifest-file: .release-please-manifest.json
2626

.github/workflows/update-swc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: steps.version-check.outputs.UPDATE_REQUIRED == 'true'
5454
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
5555
env:
56-
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
with:
5858
author: Node.js GitHub Bot <github-bot@iojs.org>
5959
title: "chore(deps): update SWC to v${{ github.event.inputs.swc_version || steps.version-check.outputs.NEW_SWC_VERSION }}"
@@ -77,7 +77,7 @@ jobs:
7777
if: steps.version-check.outputs.UPDATE_REQUIRED == 'true'
7878
uses: gr2m/create-or-update-pull-request-action@b65137ca591da0b9f43bad7b24df13050ea45d1b # v1.10.1
7979
env:
80-
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
80+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
with:
8282
author: Node.js GitHub Bot <github-bot@iojs.org>
8383
branch: "chore/update-swc-${{ github.event.inputs.swc_version || steps.version-check.outputs.NEW_SWC_VERSION }}"

0 commit comments

Comments
 (0)