Skip to content

Commit 56bed7f

Browse files
feat: ccip action generator
1 parent 770082f commit 56bed7f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ jobs:
2727
- name: Install dependencies
2828
run: pnpm install
2929

30+
- name: Generate Schedule Json
31+
uses: CCIP-App/schedule-json-generator-action@v2
32+
with:
33+
gcp-api-key: ${{ secrets.GCP_API_KEY }}
34+
spreadsheet-key: "1XWZp_U8orXn0RPpb18xG93d0eu6SzWfyLDeaBNhfJn8"
35+
default-avatar: "https://sitcon.org/2022/imgs/deafult_avatar.jpg"
36+
avatar-base-url: "https://sitcon.camp/2024/speakers/"
37+
output-path: ./public/schedule.json
38+
3039
- name: Build
3140
run: pnpm build
3241

@@ -36,6 +45,7 @@ jobs:
3645
github_token: ${{ secrets.GITHUB_TOKEN }}
3746
publish_dir: ./dist
3847
force_orphan: true
48+
3949
- name: Trigger workflow in other repo
4050
uses: actions/github-script@v6
4151
with:

0 commit comments

Comments
 (0)