Skip to content

Commit

Permalink
ci: Add S3 secrets to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Feb 19, 2024
1 parent 1ba7b08 commit 641e3b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
name: "Build Wheel"
runs-on: ubuntu-22.04
if: github.event_name == 'push'
env:
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 641e3b5

Please sign in to comment.