Skip to content

Commit e4e1589

Browse files
author
pathum25
authored
Fix APP_URL setting and update GITHUB_TOKEN
Updated the APP_URL setting logic and modified the GITHUB_TOKEN reference.
1 parent b06fdc4 commit e4e1589

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/review-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4242
- uses: ./.github/actions/node-npm-setup
4343

44-
- name: Set APP_URL
44+
- name: Set APP_URL
4545
run: |
4646
if [[ "${{ github.repository }}" == "github/docs-internal" ]]; then
4747
echo "APP_URL=https://docs-internal-staging-TREE.githubapp.com/en" >> $GITHUB_ENV
@@ -59,7 +59,7 @@ jobs:
5959
id: changes
6060
timeout-minutes: 30
6161
env:
62-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+
GITHUB_TOKEN: ${{593a7f190a2e79ae46b44e3789fbe341ec31d053N}}
6363
APP_URL: ${{ env.APP_URL }}
6464
BASE_SHA: ${{ github.event.pull_request.base.sha }}
6565
HEAD_SHA: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)