We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770082f commit 56bed7fCopy full SHA for 56bed7f
.github/workflows/deploy.yaml
@@ -27,6 +27,15 @@ jobs:
27
- name: Install dependencies
28
run: pnpm install
29
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
+
39
- name: Build
40
run: pnpm build
41
@@ -36,6 +45,7 @@ jobs:
45
github_token: ${{ secrets.GITHUB_TOKEN }}
46
publish_dir: ./dist
47
force_orphan: true
48
49
- name: Trigger workflow in other repo
50
uses: actions/github-script@v6
51
with:
0 commit comments