Skip to content

Commit 9969579

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.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)