Skip to content

Commit 21a7be4

Browse files
committed
Renamed the TOKEN secret to TOKEN_GITHUB
1 parent 60bda30 commit 21a7be4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
secrets:
9595
AWS_LAYERS_BETA_ROLE_ARN: ${{ secrets.AWS_LAYERS_BETA_ROLE_ARN }}
9696
AWS_LAYERS_PROD_ROLE_ARN: ${{ secrets.AWS_LAYERS_PROD_ROLE_ARN }}
97-
TOKEN: ${{ secrets.GITHUB_TOKEN }}
97+
TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}
9898
permissions:
9999
id-token: write
100100
contents: write

.github/workflows/publish_layer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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:
21+
TOKEN_GITHUB:
2222
description: "GitHub Token to interact with GitHub"
2323
inputs:
2424
latest_published_version:
@@ -114,4 +114,4 @@ jobs:
114114
with:
115115
temp_branch_prefix: 'ci-layer-docs'
116116
pull_request_title: 'chore(ci): update layer ARN on documentation'
117-
github_token: ${{ secrets.TOKEN }}
117+
github_token: ${{ secrets.TOKEN_GITHUB }}

0 commit comments

Comments
 (0)