Skip to content

Commit

Permalink
add explicit permissions to GHA (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingPin authored and AyushSehrawat committed Dec 22, 2023
1 parent 8991142 commit cf26a2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
security-events: write

steps:
- name: Docker Setup QEMU
Expand Down

0 comments on commit cf26a2f

Please sign in to comment.