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 da12016 commit 7fdfedfCopy full SHA for 7fdfedf
.github/workflows/make-release.yml
@@ -94,7 +94,6 @@ jobs:
94
secrets:
95
AWS_LAYERS_BETA_ROLE_ARN: ${{ secrets.AWS_LAYERS_BETA_ROLE_ARN }}
96
AWS_LAYERS_PROD_ROLE_ARN: ${{ secrets.AWS_LAYERS_PROD_ROLE_ARN }}
97
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98
permissions:
99
id-token: write
100
contents: write
.github/workflows/publish_layer.yml
@@ -18,8 +18,6 @@ on:
18
description: "Role ARN for deploying the Layer to Beta"
19
AWS_LAYERS_PROD_ROLE_ARN:
20
description: "Role ARN for deploying the Layer to Prod"
21
- GITHUB_TOKEN:
22
- description: "Github Token to interact with Github"
23
inputs:
24
latest_published_version:
25
type: string
0 commit comments