Skip to content

Commit

Permalink
Fix test workflow (#35)
Browse files Browse the repository at this point in the history
* fix: run tests on pull_request_target

* fix: add secrets to dependabot configuration

* fix: revert back to on pull_request

* fix: GH secrets access in GA run
  • Loading branch information
KevKibe authored Jun 3, 2024
1 parent 8f0a499 commit 496d3f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
secrets:
- PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
- GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
- OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
- COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}

4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Tests

on: [pull_request]

permissions:
id-token: write


jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 496d3f1

Please sign in to comment.