File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
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
98
permissions :
98
99
id-token : write
99
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 :
22
+ description : " GitHub Token to interact with GitHub"
21
23
inputs :
22
24
latest_published_version :
23
25
type : string
@@ -122,4 +124,4 @@ jobs:
122
124
with :
123
125
temp_branch_prefix : ' ci-layer-docs'
124
126
pull_request_title : ' chore(ci): update layer ARN on documentation'
125
- github_token : ${{ secrets.GITHUB_TOKEN }}
127
+ github_token : ${{ secrets.TOKEN }}
You can’t perform that action at this time.
0 commit comments