Skip to content

Commit

Permalink
feat(workflows): Authorize with GHR
Browse files Browse the repository at this point in the history
Authorizes with the GH NPM registry.
  • Loading branch information
langri-sha committed Apr 23, 2023
1 parent c1ad7c2 commit 3cf6738
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
scope: '@toggl'

- name: Build actions
run: yarn && yarn workspace run build
run: yarn && yarn workspaces run build
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_NPM_TOKEN }}

- name: Manage pushed locales
uses: ./.github/actions/packages/manage-pushed-locales
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
scope: '@toggl'

- name: Build actions
run: yarn && yarn workspace run build
run: yarn && yarn workspaces run build
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_NPM_TOKEN }}

- name: Seed locale
uses: ./.github/actions/packages/seed
Expand Down

0 comments on commit 3cf6738

Please sign in to comment.