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 9c98064 commit c3e41ffCopy full SHA for c3e41ff
.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
- TOKEN_GITHUB:
22
- description: "GitHub Token to interact with GitHub"
23
inputs:
24
latest_published_version:
25
type: string
@@ -130,4 +128,4 @@ jobs:
130
128
with:
131
129
temp_branch_prefix: 'ci-layer-docs'
132
pull_request_title: 'chore(ci): update layer ARN on documentation'
133
- github_token: ${{ secrets.TOKEN_GITHUB }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments