Skip to content

Commit ec1fa30

Browse files
authored
Configure NPM_TOKEN in publish workflow
Add NPM_TOKEN environment variable for publishing
1 parent e4e1856 commit ec1fa30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
registry-url: 'https://registry.npmjs.org'
2727
scope: '@giphy'
2828
cache: 'yarn'
29+
env:
30+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2931

3032
- run: yarn install --immutable
3133
- name: Create Release Pull Request or Publish

0 commit comments

Comments
 (0)