Skip to content

chore(ci): Pass access token correctly #583

chore(ci): Pass access token correctly

chore(ci): Pass access token correctly #583

Workflow file for this run

name: "CI"
on:
push:
branches:
- main
pull_request:
jobs:
checks:
runs-on: ${{ matrix.system }}
permissions:
contents: read
strategy:
matrix:
# Intel mac excluded; See https://github.com/juspay/services-flake/issues/231
system: [ x86_64-linux, aarch64-darwin ]
steps:
- uses: actions/checkout@v4
- run: nixci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" build --systems "github:nix-systems/${{ matrix.system }}"