Skip to content

Commit

Permalink
fix: Add needed environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Jan 4, 2024
1 parent ee160b9 commit 15650e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate_packs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ env.pr-number }}
NR_API_URL: ${{ secrets.NR_API_URL }}
NR_API_TOKEN: ${{ secrets.NR_API_TOKEN }}
run: |
URL="https://api.github.com/repos/${GITHUB_REPOSITORY}/pulls/$PR_NUMBER/files"
cd utils && yarn validate-quickstart-data-sources "$URL"
Expand Down

0 comments on commit 15650e6

Please sign in to comment.