Skip to content

Commit c3e41ff

Browse files
authored
improv(ci): fixed the Make Release workflow (#4867)
1 parent 9c98064 commit c3e41ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish_layer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ on:
1818
description: "Role ARN for deploying the Layer to Beta"
1919
AWS_LAYERS_PROD_ROLE_ARN:
2020
description: "Role ARN for deploying the Layer to Prod"
21-
TOKEN_GITHUB:
22-
description: "GitHub Token to interact with GitHub"
2321
inputs:
2422
latest_published_version:
2523
type: string
@@ -130,4 +128,4 @@ jobs:
130128
with:
131129
temp_branch_prefix: 'ci-layer-docs'
132130
pull_request_title: 'chore(ci): update layer ARN on documentation'
133-
github_token: ${{ secrets.TOKEN_GITHUB }}
131+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)