We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b69db commit 3d02a12Copy full SHA for 3d02a12
.github/workflows/docker-build-check.yml
@@ -1,6 +1,6 @@
1
+name: Docker Build Check
2
permissions:
3
contents: read
-name: Docker Build Check
4
5
on:
6
pull_request:
.github/workflows/pypi_publish.yml
@@ -6,6 +6,8 @@
# we have to also update the Trusted Publisher settings on PyPI.
7
8
name: CDK Publish
9
+permissions:
10
+ contents: read
11
12
13
push:
0 commit comments