Skip to content

Commit

Permalink
chore: Update permissions in build-docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wuast94 committed Jul 4, 2024
1 parent 1fec83a commit a83d0b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build and Push Docker

permissions: read-all
permissions:
contents: read
packages: write
attestations: write
id-token: write

on:
push:
Expand Down

0 comments on commit a83d0b1

Please sign in to comment.