Skip to content

Commit

Permalink
📚 add private key to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Nov 26, 2024
1 parent 4bd522d commit 6a012df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
fail-fast: true

runs-on: ubuntu-latest
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
fail-fast: true

runs-on: ubuntu-latest
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6a012df

Please sign in to comment.