Skip to content

Commit

Permalink
ci: Tap with HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
staticaland committed Nov 20, 2023
1 parent c2b4012 commit 65dfea2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run_ok_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,15 @@ jobs:

steps:

- if: runner.os == 'linux'
name: Add Homebrew to PATH
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH


- name: Install ok
env:
HOMEBREW_GITHUB_API_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: |
brew tap oslokommune/ok git@github.com:oslokommune/ok.git
brew tap oslokommune/ok https://github.com/oslokommune/ok
brew install ok
ok "${{ inputs.subcommand }}"

0 comments on commit 65dfea2

Please sign in to comment.