Skip to content

Commit

Permalink
Add in repo vars
Browse files Browse the repository at this point in the history
  • Loading branch information
brysontyrrell committed Feb 13, 2024
1 parent 752b171 commit d9b1a13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main_pr_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jobs:

- name: Run Integration Tests
run: make test-all
env:
JAMF_PRO_HOST: ${{ vars.JAMF_PRO_HOST }}
JAMF_PRO_CLIENT_ID: ${{ vars.JAMF_PRO_CLIENT_ID }}
JAMF_PRO_CLIENT_SECRET: ${{ vars.JAMF_PRO_CLIENT_SECRET }}

0 comments on commit d9b1a13

Please sign in to comment.