We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06fdc4 commit e4e1589Copy full SHA for e4e1589
1 file changed
.github/workflows/review-comment.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42
- uses: ./.github/actions/node-npm-setup
43
44
- - name: Set APP_URL
+ - name: Set APP_URL
45
run: |
46
if [[ "${{ github.repository }}" == "github/docs-internal" ]]; then
47
echo "APP_URL=https://docs-internal-staging-TREE.githubapp.com/en" >> $GITHUB_ENV
@@ -59,7 +59,7 @@ jobs:
59
id: changes
60
timeout-minutes: 30
61
env:
62
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{593a7f190a2e79ae46b44e3789fbe341ec31d053N}}
63
APP_URL: ${{ env.APP_URL }}
64
BASE_SHA: ${{ github.event.pull_request.base.sha }}
65
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
0 commit comments