Skip to content

Commit

Permalink
ci: add env for secret
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Jun 25, 2023
1 parent 6af18d4 commit 0f7c442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
integration: ${{ matrix.python-version == '3.11' }}

test-platform-compat:
env:
SECRET_KEY: "ThisIsABadSecret"
if: github.event_name == 'push'
strategy:
fail-fast: true
Expand Down

0 comments on commit 0f7c442

Please sign in to comment.