Skip to content

Commit

Permalink
Merge pull request #2 from iopsystems/fix-ci
Browse files Browse the repository at this point in the history
We need to explicitly pass the github token in a couple of places since this is a private github repo.
  • Loading branch information
swlynch99 authored Jan 8, 2024
2 parents 6e4d2dd + 827f372 commit 565f790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
with:
token: ${{ github.token }}

- name: Set up git
uses: Homebrew/actions/git-user-config@master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
with:
token: ${{ github.token }}

- name: Cache Homebrew Bundler RubyGems
id: cache
Expand Down

0 comments on commit 565f790

Please sign in to comment.