Skip to content

Commit

Permalink
ci: ⚗️ Adding tokens as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
NiccoloOlivieriAchille committed Nov 23, 2023
1 parent 1eaa9e3 commit b084fe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ jobs:
- run: npm ci
- run: npm run build
- run: npx auto version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b084fe7

Please sign in to comment.