Skip to content

Commit 8ac8635

Browse files
committed
chore(ci): fix BundleWatch token name
1 parent 84d53d9 commit 8ac8635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
run: yarn run bundlewatch
5353
if: matrix.node == '12'
5454
env:
55-
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_TOKEN }}"
55+
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)