Skip to content

Commit

Permalink
Drop write permission for image ci (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper authored Sep 2, 2023
1 parent 921467a commit 239b7ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Build images manually
on:
workflow_dispatch: {}


permissions:
contents: write

jobs:
deploy:
strategy:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build-latest-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Build latest images manually
on:
workflow_dispatch: {}


permissions:
contents: write

jobs:
deploy:
strategy:
Expand Down

0 comments on commit 239b7ab

Please sign in to comment.