From 0e5efd82341d6cb5db5b02e6a5adb63b82ca128f Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 13 Oct 2022 15:29:27 +0800 Subject: [PATCH] add comment on todo for ci/cd --- .github/workflows/cd.yml | 3 +++ .github/workflows/staging.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 182421d..5d92913 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,6 +25,9 @@ jobs: - uses: actions/checkout@v3 + # TODO: + # add action here to download updates packages.json into src/data/packages.json + - run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }} - uses: teaxyz/setup@v0 with: diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 0ea83ab..ff86863 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -33,6 +33,9 @@ jobs: echo "relativeurls = true" >>config.toml working-directory: src + # TODO: + # add action here to download updates packages.json into src/data/packages.json + - run: .github/mk-pantry-accessible.sh ${{ secrets.TEMP_JACOBS_GITHUB_PAT }} - uses: teaxyz/setup@v0 with: