Skip to content

Commit 7fdfedf

Browse files
committed
Removed passing GITHUB_TOKEN as it would be available by default in the workflow
1 parent da12016 commit 7fdfedf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/make-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ 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-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9897
permissions:
9998
id-token: write
10099
contents: write

.github/workflows/publish_layer.yml

Lines changed: 0 additions & 2 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-
GITHUB_TOKEN:
22-
description: "Github Token to interact with Github"
2321
inputs:
2422
latest_published_version:
2523
type: string

0 commit comments

Comments
 (0)