Skip to content

Commit 141ee47

Browse files
mattstromMatt Strom
andauthored
ci: add tokens for github and npm (#242)
Co-authored-by: Matt Strom <matt.strom@evolv.ai>
1 parent 7cbf88d commit 141ee47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/on-push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
runs-on: ubuntu-latest
5252
needs:
5353
- build
54+
env:
55+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
56+
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'
5457
permissions:
5558
contents: write
5659
steps:

0 commit comments

Comments
 (0)