Skip to content

Commit

Permalink
Allow CI to write to issues/PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio committed Jul 9, 2024
1 parent a6e4a22 commit 76ee960
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
# Everyday at 4:00 AM
- cron: "0 4 * * *"

permissions:
checks: write
pull-requests: write

jobs:
build-test:
name: "Build & test"
Expand Down

0 comments on commit 76ee960

Please sign in to comment.