Skip to content

Commit

Permalink
secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 5, 2023
1 parent c9c06a3 commit 027b732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: |
make test TEST_OS=${{ matrix.os }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
BENCHLING_TENANT: ${{ secrets.BENCHLING_TENANT }}
BENCHLING_CLIENT_ID: ${{ secrets.BENCHLING_CLIENT_ID }}
BENCHLING_CLIENT_SECRET_ARN: ${{ secrets.BENCHLING_CLIENT_SECRET_ARN }}
Expand Down

0 comments on commit 027b732

Please sign in to comment.