Skip to content

Commit

Permalink
chore(ci): added new secret
Browse files Browse the repository at this point in the history
  • Loading branch information
chaddgrimm committed Sep 12, 2024
1 parent 257da87 commit 46565ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
env:
W3W_API_KEY: ${{ secrets.W3W_API_KEY }}
W3W_API_ENDPOINT: ${{ secrets.W3W_API_ENDPOINT }}
W3W_FREE_PLAN_API_KEY: ${{ secrets.W3W_FREE_PLAN_API_KEY }}
- name: Publish test report
uses: dorny/test-reporter@v1
if: success() || failure()
Expand Down

0 comments on commit 46565ed

Please sign in to comment.