Skip to content

Commit

Permalink
install omglolcli with go
Browse files Browse the repository at this point in the history
  • Loading branch information
danwlsn committed Aug 25, 2024
1 parent 54dbac9 commit 4efc063
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
omglol:
runs-on: ubuntu-latest
container:
image: ghcr.io/mcornick/clilol
env:
CLILOL_ADDRESS: ${{ secrets.OMG_LOL_API_ADDR }}
CLILOL_APIKEY: ${{ secrets.OMG_LOL_API_KEY }}
CLILOL_EMAIL: ${{ secrets.OMG_LOL_API_EMAIL }}
steps:
- run: list purls
- uses: actions/setup-go@v5
- run: go install github.com/mcornick/clilol@latest
- run: |
export CLILOL_ADDRESS="${{ secrets.OMG_LOL_API_ADDR }}" \
export CLILOL_EMAIL="${{ secrets.OMG_LOL_API_EMAIL }}" \
export CLILOL_APIKEY="${{ secrets.OMG_LOL_API_KEY }}"
- run: clilol list purls

0 comments on commit 4efc063

Please sign in to comment.