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 09001b2 commit 53e27c6Copy full SHA for 53e27c6
.github/workflows/layer_govcloud_python313.yml
@@ -1,3 +1,5 @@
1
+name: Layer Deployment (GovCloud) - Temporary for Python 3.13
2
+
3
# GovCloud Layer Publish
4
# ---
5
# This workflow publishes a specific layer version in an AWS account based on the environment input.
@@ -32,9 +34,11 @@ on:
32
34
type: string
33
35
required: true
36
-name: Layer Deployment (GovCloud) - Temporary for Python 3.13
37
run-name: Layer Deployment (GovCloud) - ${{ inputs.environment }}
38
39
+permissions:
40
+ contents: read
41
42
jobs:
43
download:
44
runs-on: ubuntu-latest
0 commit comments