Skip to content

Commit

Permalink
Merge pull request #4 from lifeomic/update-permissions
Browse files Browse the repository at this point in the history
chore: modify package access
  • Loading branch information
swain authored Oct 20, 2021
2 parents b99311d + ec89ca0 commit 973a792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
yarn lint
yarn test
yarn build
- name: '[TEMPORARY] Modify Package Access'
env:
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm access grant read-only lifeomic:readonly-developers '@lifeomic/eslint-plugin-i18next' --unsafe-perm --user 0
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 973a792

Please sign in to comment.