Skip to content

Commit 3eca5df

Browse files
authored
Merge pull request #1878 from Esri/jtroe/azure-functions-docker
add necessary permissions for build
2 parents 5a2ceed + 9969579 commit 3eca5df

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-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:

.github/workflows/DockerBuild.LambdaBaseImage.yaml

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

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

.github/workflows/DockerBuild.NotebookImage.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: DockerBuild.NotebookImage
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)