Skip to content

Commit

Permalink
ci: fix lock-updater; give permission to create PRs and push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Dec 9, 2024
1 parent b8c4f6f commit 94d7529
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lock-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
name: Flake Lock Updater
runs-on: ubuntu-22.04
permissions:
contents: read
contents: write
id-token: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v16
with:
determinate: true
Expand Down

0 comments on commit 94d7529

Please sign in to comment.