Skip to content

Commit f66161f

Browse files
authored
[CI, Size] Update release workflow permissions and increase thirdweb size limit (thirdweb-dev#3243)
1 parent 37ec4ca commit f66161f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: validate_user
2828
if: ${{ steps.check.outputs.triggered == 'true' }}
2929
run: |
30-
if [[ "${AUTHOR_ASSOCIATION}" != 'MEMBER' && "${AUTHOR_ASSOCIATION}" != 'OWNER' && "${AUTHOR_ASSOCIATION}" != 'CONTRIBUTOR' ]]
30+
if [[ "${AUTHOR_ASSOCIATION}" != 'MEMBER' && "${AUTHOR_ASSOCIATION}" != 'OWNER' ]]
3131
then
3232
echo "User authorization failed"
3333
exit 1

packages/thirdweb/.size-limit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "thirdweb (esm)",
44
"path": "./dist/esm/exports/thirdweb.js",
5-
"limit": "41 kB",
5+
"limit": "45 kB",
66
"import": "*"
77
},
88
{

0 commit comments

Comments
 (0)