Skip to content

Commit

Permalink
use correct permissions key
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuball committed Dec 3, 2024
1 parent 5932117 commit 2b27635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
deploy:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permission:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion cells/repository/configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ in {
jobs.deploy = {
runs-on = "ubuntu-latest";
concurrency.group = "\${{ github.workflow }}-\${{ github.ref }}";
permission.contents = "write";
permissions.contents = "write";
steps = [
{ uses = "actions/checkout@v4"; }
{ uses = "nixbuild/nix-quick-install-action@v29"; }
Expand Down

0 comments on commit 2b27635

Please sign in to comment.