Skip to content

Commit cb60446

Browse files
committed
set GITHUB_TOKEN for sizewatcher
1 parent 1fc61f0 commit cb60446

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v2
3636
- run: npx @adobe/sizewatcher
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
39+
3740
semantic-release:
3841
runs-on: ubuntu-latest
3942
needs: [build]
@@ -51,4 +54,4 @@ jobs:
5154
env:
5255
GITHUB_TOKEN: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
5356
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
54-
57+

0 commit comments

Comments
 (0)