Skip to content

Commit d907b23

Browse files
fix: add sync token secret to sync workflow (#29)
1 parent 10af785 commit d907b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
EXTERNAL_REPO: https://github.com/SAP/cloud-sdk-python.git
2121
INTERNAL_REPO: ${{ format('{0}/{1}.git', github.server_url, github.repository) }}
22-
INTERNAL_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
INTERNAL_TOKEN: ${{ secrets.SYNC_TOKEN || secrets.GITHUB_TOKEN }}
2323
run: |
2424
echo "Cloning external repository main branch..."
2525
git clone --single-branch --branch main "$EXTERNAL_REPO" repo-clone

0 commit comments

Comments
 (0)