From 4eb2576ebdf79cb909fe221c151519c0f3a38366 Mon Sep 17 00:00:00 2001 From: Daniel Park Date: Thu, 27 May 2021 10:28:52 -0700 Subject: [PATCH] fix: fix env name for token --- .github/workflows/create-cli-deps-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-cli-deps-pr.yml b/.github/workflows/create-cli-deps-pr.yml index 5b9e8a42d22d7..ec5397aa89e9d 100644 --- a/.github/workflows/create-cli-deps-pr.yml +++ b/.github/workflows/create-cli-deps-pr.yml @@ -12,7 +12,7 @@ jobs: create-pull-request: runs-on: ubuntu-latest env: - GITHUB_TOKEN: ${{ secrets.NPM_ROBOT_TOKEN }} + GITHUB_TOKEN: ${{ secrets.NPM_ROBOT_USER_PAT }} NPM_VERSION: ${{ github.event.inputs.npmVersion }} steps: - name: Checkout npm/node @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 ref: master repository: "npm/node" - token: ${{ secrets.NPM_ROBOT_TOKEN }} + token: ${{ secrets.NPM_ROBOT_USER_PAT }} - name: Run dependency updates and create PR run: | npm_tag=""