Skip to content

Commit

Permalink
Fixing gh token in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcspadden committed Aug 22, 2023
1 parent 6755de0 commit 990064b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# without this, API limits will be hit
run: |
cd ~
echo ${{ secrets.GITHUB_TOKEN_PATH }} > "~/Library/AutoPkg/gh_token"
echo ${{ secrets.GITHUB_TOKEN_PATH }} > "gh_token"
- name: Install requirements
run: pip install --requirement gh_actions_requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion Code/tests/preferences.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>FAIL_RECIPES_WITHOUT_TRUST_INFO</key>
<false/>
<key>GITHUB_TOKEN_PATH</key>
<string>/Users/nmcspadden/Library/AutoPkg/gh_token</string>
<string>gh_token</string>
<key>MUNKI_REPO</key>
<string>/Users/Shared/munki_repo</string>
<key>RECIPE_OVERRIDE_DIRS</key>
Expand Down

0 comments on commit 990064b

Please sign in to comment.