Skip to content

Commit

Permalink
Create nightly-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dee committed Jul 9, 2024
1 parent fcf0d16 commit 8a32985
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: CI

on:
schedule:
- cron: "* 10 * * *" //test - run every 10 mins

permissions:
id-token: write
contents: write
packages: write

jobs:
ci:
uses: input-output-hk/catalyst-ci/.github/workflows/ci.yml@master
with:
aws_ecr_registry: 332405224602.dkr.ecr.eu-central-1.amazonaws.com
aws_role_arn: arn:aws:iam::332405224602:role/ci
aws_region: eu-central-1
nightly: true
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
earthly_runner_address: ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
earthly_runner_secret: ${{ secrets.EARTHLY_RUNNER_SECRET }}

0 comments on commit 8a32985

Please sign in to comment.