File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
secrets :
95
95
AWS_LAYERS_BETA_ROLE_ARN : ${{ secrets.AWS_LAYERS_BETA_ROLE_ARN }}
96
96
AWS_LAYERS_PROD_ROLE_ARN : ${{ secrets.AWS_LAYERS_PROD_ROLE_ARN }}
97
- TOKEN : ${{ secrets.GITHUB_TOKEN }}
97
+ TOKEN_GITHUB : ${{ secrets.GITHUB_TOKEN }}
98
98
permissions :
99
99
id-token : write
100
100
contents : write
Original file line number Diff line number Diff line change 18
18
description : " Role ARN for deploying the Layer to Beta"
19
19
AWS_LAYERS_PROD_ROLE_ARN :
20
20
description : " Role ARN for deploying the Layer to Prod"
21
- TOKEN :
21
+ TOKEN_GITHUB :
22
22
description : " GitHub Token to interact with GitHub"
23
23
inputs :
24
24
latest_published_version :
@@ -114,4 +114,4 @@ jobs:
114
114
with :
115
115
temp_branch_prefix : ' ci-layer-docs'
116
116
pull_request_title : ' chore(ci): update layer ARN on documentation'
117
- github_token : ${{ secrets.TOKEN }}
117
+ github_token : ${{ secrets.TOKEN_GITHUB }}
You can’t perform that action at this time.
0 commit comments