Skip to content

Commit

Permalink
Merge pull request #1878 from Esri/jtroe/azure-functions-docker
Browse files Browse the repository at this point in the history
add necessary permissions for build
  • Loading branch information
achapkowski committed Jul 24, 2024
2 parents 5a2ceed + 9969579 commit 3eca5df
Show file tree
Hide file tree
Showing 3 changed files with 12 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
4 changes: 4 additions & 0 deletions .github/workflows/DockerBuild.LambdaBaseImage.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: DockerBuild.LambdaImage

permissions:
contents: read
packages: write

on:
# allow it to be run on-demand
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/DockerBuild.NotebookImage.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: DockerBuild.NotebookImage

permissions:
contents: read
packages: write

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

0 comments on commit 3eca5df

Please sign in to comment.