Skip to content

Import Weekly

Import Weekly #35

Workflow file for this run

name: Import Weekly
on:
schedule:
- cron: '0 0 * * 0' # every Sunday at midnight UTC
jobs:
deploy:
uses: ./.github/workflows/deploy.yml
with:
INSTANCE: '8'
IMPORT: true
ERASE_DB: true
secrets:
ADMIN_PASSWORD: ${{ secrets.DSPACE_ADMIN_PASSWORD }}

Check failure on line 15 in .github/workflows/import-weekly.yml

View workflow run for this annotation

GitHub Actions / Import Weekly

Invalid workflow file

The workflow is not valid. .github/workflows/import-weekly.yml (Line: 15, Col: 23): Invalid secret, ADMIN_PASSWORD is not defined in the referenced workflow. .github/workflows/import-weekly.yml (Line: 16, Col: 22): Invalid secret, USER_PASSWORD is not defined in the referenced workflow.
USER_PASSWORD: ${{ secrets.DSPACE_USER_PASSWORD }}