Skip to content

Commit

Permalink
add necessary permissions for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroe committed Jul 24, 2024
1 parent 0d21c56 commit f0e1599
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/DockerBuild.AzureFunctionsBaseImage.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: DockerBuild.AzureFunctionsImage

permissions:
contents: read
packages: write

on:
# allow it to be run on-demand
workflow_dispatch:
Expand Down

0 comments on commit f0e1599

Please sign in to comment.