Skip to content

Commit

Permalink
chore: Try passing token
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jun 14, 2024
1 parent 30fd7fb commit 2f9f1bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
checks:
runs-on: ${{ matrix.system }}
permissions:
contents: read
strategy:
matrix:
system: [
Expand All @@ -17,4 +19,4 @@ jobs:
]
steps:
- uses: actions/checkout@v4
- run: nixci build --systems "github:nix-systems/${{ matrix.system }}"
- run: nixci build --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} --systems "github:nix-systems/${{ matrix.system }}"

0 comments on commit 2f9f1bd

Please sign in to comment.