Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
yeager-eren committed Feb 26, 2024
1 parent 4237103 commit 81e4a85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ runs:
with:
node-version: '20'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'

- name: Git
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
env:
REF: ${{ github.ref }}
GH_TOKEN: ${{ github.token }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions widget/embedded/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
Rango Embedded Widget



0 comments on commit 81e4a85

Please sign in to comment.