Skip to content

Commit

Permalink
add primary workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Aug 17, 2024
1 parent 210c852 commit 125dba4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/harvest-restrictions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: harvest-restrictions
run-name: ${{ github.actor }} Full harvest-restrictions workflow
on:
workflow_dispatch:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
OBJECTSTORE_BUCKET: ${{ secrets.OBJECTSTORE_BUCKET }}
jobs:
download:
uses: ./.github/workflows/download.yaml
secrets: inherit
process:
uses: ./.github/workflows/process.yaml
secrets: inherit
needs: download

0 comments on commit 125dba4

Please sign in to comment.