Skip to content

Commit f0e1599

Browse files
committed
add necessary permissions for build
1 parent 0d21c56 commit f0e1599

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/DockerBuild.AzureFunctionsBaseImage.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: DockerBuild.AzureFunctionsImage
22

3+
permissions:
4+
contents: read
5+
packages: write
6+
37
on:
48
# allow it to be run on-demand
59
workflow_dispatch:

0 commit comments

Comments
 (0)