Skip to content

Commit

Permalink
fixed env var for cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
kalimu committed Dec 6, 2024
1 parent 424a57f commit 7d0a2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.TEST_GITHUB_PAT }}
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.TEST_GITHUB_PAT }}
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7d0a2b1

Please sign in to comment.