From 7ec55265c200eef732499735eabd2e90de6cacb0 Mon Sep 17 00:00:00 2001 From: Swopnil Dangol Date: Fri, 12 Dec 2025 13:36:14 +0000 Subject: [PATCH] removed TOKEN_GITHUB and replaced it with in built GITHUB_TOKEN --- .github/workflows/publish_layer.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }}