Skip to content

Mirror Mattoco All Country Rate #101

Mirror Mattoco All Country Rate

Mirror Mattoco All Country Rate #101

name: Mirror Mattoco All Country Rate
on:
push:
branches:
- main
schedule:
- cron: '0 17 * * *' # daily deploy at 2 am JST
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download file
run: curl --fail -O https://emaxis.am.mufg.jp/fund_file/chart/chart_data_253425.js
- uses: google-github-actions/auth@v2
with:
credentials_json: '${{secrets.FIREBASE_SERVICE_ACCOUNT_HIDEO54}}'
- name: Upload to Google Cloud Storage
uses: google-github-actions/upload-cloud-storage@v2
with:
path: chart_data_253425.js
destination: img.hideo54.com/tmp