diff --git a/.github/workflows/publish_layer.yml b/.github/workflows/publish_layer.yml index 2b31910682..04665b6091 100644 --- a/.github/workflows/publish_layer.yml +++ b/.github/workflows/publish_layer.yml @@ -18,8 +18,6 @@ on: description: "Role ARN for deploying the Layer to Beta" AWS_LAYERS_PROD_ROLE_ARN: description: "Role ARN for deploying the Layer to Prod" - TOKEN_GITHUB: - description: "GitHub Token to interact with GitHub" inputs: latest_published_version: type: string @@ -130,4 +128,4 @@ jobs: with: temp_branch_prefix: 'ci-layer-docs' pull_request_title: 'chore(ci): update layer ARN on documentation' - github_token: ${{ secrets.TOKEN_GITHUB }} + github_token: ${{ secrets.GITHUB_TOKEN }}