Skip to content

Commit

Permalink
fix: fix env name for token
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Park committed May 27, 2021
1 parent 09a8ea4 commit 4eb2576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-cli-deps-pr.yml
Expand Up @@ -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
Expand All @@ -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=""
Expand Down

0 comments on commit 4eb2576

Please sign in to comment.