Skip to content

Commit

Permalink
chore(workflow): docker build add explicit permissions section
Browse files Browse the repository at this point in the history
  • Loading branch information
oxf71 committed Nov 3, 2023
1 parent 6bcd270 commit d6e766f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
-
name: Checkout
Expand Down

0 comments on commit d6e766f

Please sign in to comment.