Skip to content

Commit 06e3157

Browse files
authored
fix: update sync icon PR step to use gh token (#1763)
1 parent 4c4d8ce commit 06e3157

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/sync-icons.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
1919
ssm_parameter_pairs: |
20+
/production/common/launchpad-ui/gh-pat-token = CUSTOM_GITHUB_TOKEN,
2021
/production/common/launchpad-ui/figma-access-token = FIGMA_ACCESS_TOKEN
2122
2223
- name: Checkout
@@ -70,8 +71,13 @@ jobs:
7071
with:
7172
branch: ci/feat/sync-icons
7273
delete-branch: true
73-
commit-message: "feat(icons): sync and connect icons with figma library"
74+
commit-message: |
75+
feat(icons): sync and connect icons with figma library
76+
77+
${{ env.CHANGESET_SUMMARY }}
7478
title: "feat(icons): sync and connect icons with figma library"
79+
token: ${{ env.CUSTOM_GITHUB_TOKEN }}
80+
draft: true
7581
body: |
7682
## Summary
7783
This PR is an automated icon sync with LaunchPad Figma library. If you resync while this PR is open, the updated changes will be added to this same PR.

0 commit comments

Comments
 (0)