Skip to content

Commit 22d8b67

Browse files
committed
Add log
1 parent 802908d commit 22d8b67

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.changepacks/changepack_log_CJGGh8yzZJJ5HcXcG4Ltm.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/sc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
echo "No PR found for changepacks/main branch"
5959
exit 1
6060
fi
61+
env:
62+
GH_TOKEN: ${{ github.token }}
6163

6264
# Publish Package
6365
- uses: changepacks/action@main

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4692,4 +4692,5 @@ export type TViewportLength = 'auto' | TLengthPercentage | Globals
46924692
export type TVisualBox = 'content-box' | 'padding-box' | 'border-box' | Globals
46934693
export type TWqName = TNsPrefix | Globals
46944694
export type TXyz = 'xyz' | 'xyz-d50' | 'xyz-d65' | Globals
4695+
46954696
export type TXyzParams = TXyz | number | 'none' | Globals

0 commit comments

Comments
 (0)