Skip to content

Commit

Permalink
[chore]: syntax fix in install deps action
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed Feb 5, 2024
1 parent b9c23c8 commit e97b9cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: install npm packages
description: Installs npm packages and manages it's cache
inputs:
npm_token:
required: true
github_access_token:
required: true

env:
GITHUB_ACCESS_TOKEN: ${{ inputs.github_access_token }}
NPM_TOKEN: ${{ inputs.npm_token }}

runs:
using: composite
steps:
Expand Down

0 comments on commit e97b9cf

Please sign in to comment.