Skip to content

Commit 5773c82

Browse files
committed
fix: for all external repos super token is needed
1 parent e4db819 commit 5773c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-design-tokens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
curl -L -f \
2727
-X POST \
28-
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
28+
-H "Authorization: Bearer ${{ secrets.NOVUM_PRIVATE_REPOS }}" \
2929
-H "X-GitHub-Api-Version: 2022-11-28" \
3030
-H "Accept: application/vnd.github+json" \
3131
https://api.github.com/repos/telefonica/mistica-web/actions/workflows/import-design-tokens.yml/dispatches \

0 commit comments

Comments
 (0)