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 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 }}
9798 permissions :
9899 id-token : write
99100 contents : write
Original file line number Diff line number Diff line change 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 :
22+ description : " GitHub Token to interact with GitHub"
2123 inputs :
2224 latest_published_version :
2325 type : string
@@ -112,4 +114,4 @@ jobs:
112114 with :
113115 temp_branch_prefix : ' ci-layer-docs'
114116 pull_request_title : ' chore(ci): update layer ARN on documentation'
115- github_token : ${{ secrets.GITHUB_TOKEN }}
117+ github_token : ${{ secrets.TOKEN }}
You can’t perform that action at this time.
0 commit comments