Update Cesium Ion token Nightly #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Cesium Ion token Nightly | |
# Every 2nd day of the month at 02:00 JST. | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 17 1 * *' | |
jobs: | |
upload: | |
uses: ./.github/workflows/_upload_cesium_token_txt.yml | |
with: | |
gcs_dst: gs://test.reearth.dev | |
secrets: | |
credentials_json: ${{ secrets.GCP_SA_KEY }} |