Skip to content

Commit

Permalink
Add SECRET_NAME environment variable to integration tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Apr 17, 2025
1 parent 60b3fef commit 361c2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_API: "https://api.github.com" # Can be overridden with vars if needed
GITHUB_ORG: ${{ github.repository_owner }}
SECRET_NAME: /dev/secret/ssh/dont/tell
run: |
cd eks_automation
python -m pytest tests/ -v -m integration

0 comments on commit 361c2c4

Please sign in to comment.