diff --git a/.github/workflows/build-tmp-tokens.yml b/.github/workflows/build-tmp-tokens.yml new file mode 100644 index 0000000000..3c21981664 --- /dev/null +++ b/.github/workflows/build-tmp-tokens.yml @@ -0,0 +1,20 @@ +name: _TMP TOKENS + +on: + workflow_dispatch: + schedule: + - cron: '46 5-20 * * 1-5' + +jobs: + build-bundle: + uses: ./.github/workflows/build-bundle.yml + secrets: inherit + with: + gh_ref: "hiru-tokens-in-libs" + + build-docker: + needs: build-bundle + uses: ./.github/workflows/build-docker.yml + secrets: inherit + with: + gh_ref: "hiru-tokens-in-libs"