Skip to content

Commit

Permalink
ci: fix permissions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Oct 31, 2023
1 parent d6580cd commit 5d9026e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permission:
permissions:
contents: read
packages: read

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerflycd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permission:
permissions:
contents: read
packages: write

Expand Down

0 comments on commit 5d9026e

Please sign in to comment.