Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(cicd): fix env var name (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemoshlag authored Jun 15, 2022
1 parent 61f0872 commit 25bfc0c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,17 @@ jobs:
- run: npm ci
- run: npm run semantic-release
env:
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}
GH_TOKEN: ${{secrets.GH_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

publish-layers:
needs: publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- run: ./scripts/publish_layers.sh
env:
GH_TOKEN: ${{secrets.GH_TOKEN}}

0 comments on commit 25bfc0c

Please sign in to comment.