Skip to content

Commit 9a09da0

Browse files
committed
added new
1 parent afcdc96 commit 9a09da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-demo-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
ref: 'demo'
17-
token: ${{ secrets.DEMO_UPDATE_PAT }} # Ensure this secret exists
17+
token: ${{ secrets.DEMO_UPDATE_PAT }}
1818
fetch-depth: 0 # Needed for merge history
1919

2020
# Configure Git user for the commit

0 commit comments

Comments
 (0)