Skip to content

Commit

Permalink
Add S3 upload to pixi nightly lock
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed May 3, 2024
1 parent d018928 commit 392ff4d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/nightly_lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,12 @@ jobs:
timeout-minutes: 5
steps:
- uses: holoviz-dev/holoviz_tasks/pixi_lock@pixi

# TODO: Upload the lock-file
- name: Upload lock-file to S3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: "us-east-1"
PACKAGE: "panel"
run: |
cp pixi.lock $(date +%Y-%m-%d)-pixi.lock
aws s3 cp $(date +%Y-%m-%d)-pixi.lock s3://assets.holoviz.org/lock/$PACKAGE

0 comments on commit 392ff4d

Please sign in to comment.