summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Swithinbank2023-05-18 23:55:50 +0200
committerChris Swithinbank2023-05-18 23:55:50 +0200
commitc45456e00fb25831a1995f5d147d66f6cd643700 (patch)
tree213f2fa7a5b8e879cdae222929f3bf34e22bf3cd
parent823e351e1c1fc68ca3c20ab35c9a7d9b13760a70 (diff)
downloadIT.starlight-c45456e00fb25831a1995f5d147d66f6cd643700.tar.gz
IT.starlight-c45456e00fb25831a1995f5d147d66f6cd643700.tar.bz2
IT.starlight-c45456e00fb25831a1995f5d147d66f6cd643700.zip
Use different token for size limit CI
Not 100% sure, but currently non-maintainer PRs don’t trigger the PR comment. Think we likely need this token instead of the generic one.
-rw-r--r--.github/workflows/size-limit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml
index 10f235a1..a0499386 100644
--- a/.github/workflows/size-limit.yml
+++ b/.github/workflows/size-limit.yml
@@ -23,6 +23,6 @@ jobs:
- name: Run size-limit
uses: andresz1/size-limit-action@dd31dce7dcc72a041fd3e49abf0502b13fc4ce05
with:
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}
directory: docs/
package_manager: pnpm