Skip to content

Commit

Permalink
chore: forgot to set npm api key in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Dec 26, 2023
1 parent bcaf58a commit 1e46005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ permissions:

env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
NPM_API_KEY: ${{ secrets.NPM_API_KEY }}

jobs:
build:
Expand Down

0 comments on commit 1e46005

Please sign in to comment.