Skip to content

Commit 2a44c00

Browse files
committed
explicit secrets to env
1 parent 5e81c5e commit 2a44c00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next'
3030
runs-on: ubuntu-latest
3131
needs: test
32+
33+
env:
34+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
35+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36+
3237
steps:
3338
- name: Checkout repository
3439
uses: actions/checkout@v3

0 commit comments

Comments
 (0)