Skip to content

style: toml-sort.all #51

style: toml-sort.all

style: toml-sort.all #51

Workflow file for this run

on:
push:
branches: [main]
jobs:
check:
uses: ./.github/workflows/check.yml
release:
needs: [check]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
experimental-features = no-url-literals pipe-operators
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: navikt/github-app-token-generator@v1
id: get-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- run: nix run .#release
env:
GITHUB_TOKEN: ${{ steps.get-token.outputs.token }}