Skip to content

Commit

Permalink
try again to fix the deploy workflow (#507)
Browse files Browse the repository at this point in the history
* try again to fix the deploy workflow

* try again to fix the deploy workflow

* amend, with fixes

Co-authored-by: Thomas Shadwell <[email protected]>
  • Loading branch information
Zemnmez and Zemnmez authored Jul 6, 2022
1 parent 1697f19 commit b3e7423
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version: '16'
- name: Restore bazel cache
uses: actions/[email protected]
Expand All @@ -86,12 +87,11 @@ jobs:
- name: Deploy
# Use npx to try to generate only
# bazel generated node_modules
run: |
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'> .npmrc
bazelisk run //deploy:deploy
run: bazelisk run //deploy:deploy
shell: bash
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit b3e7423

Please sign in to comment.