Skip to content

add github token for mise #17

add github token for mise

add github token for mise #17

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
env:
MISE_GITHUB_TOKEN: ${{ secrets.MISE_GITHUB_TOKEN }}
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Mise
uses: jdx/mise-action@v2
- name: Link the plugin
run: mise plugins link --force "${PWD}"
- name: Smoke test
run: mise --verbose x spark@latest -- spark-shell --version