Skip to content

Commit a117f06

Browse files
committed
ci: fallback checkout token for premium repo step
1 parent 6ce1b08 commit a117f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
repository: AppFlowy-IO/AppFlowy-Cloud-Premium
148148
ref: main
149-
token: ${{ secrets.CI_TOKEN }}
149+
token: ${{ secrets.CI_TOKEN || github.token }}
150150
path: AppFlowy-Cloud-Premium
151151

152152
- name: Setup AppFlowy Cloud

0 commit comments

Comments
 (0)