Skip to content

fix fetch-theme.sh

fix fetch-theme.sh #5

Workflow file for this run

on:
push:
jobs:
typhon:
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@main
- run: sudo apt-get install bubblewrap jo jq
- uses: actions/checkout@v4
- uses: typhon-ci/typhon-github-action@main
with:
secrets: |
{
"github_token": "${{ secrets.GITHUB_TOKEN }}"
}