File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1818 DOCS_OVERRIDES : docs-data/overrides.json
1919
2020 steps :
21+ - uses : aws-actions/configure-aws-credentials@v4
22+ with :
23+ aws-region : ${{ vars.RP_AWS_CRED_REGION }}
24+ role-to-assume : arn:aws:iam::${{ secrets.RP_AWS_CRED_ACCOUNT_ID }}:role/${{ vars.RP_AWS_CRED_BASE_ROLE_NAME }}${{ github.event.repository.name }}
25+ - uses : aws-actions/aws-secretsmanager-get-secrets@v2
26+ with :
27+ secret-ids : |
28+ ,sdlc/prod/github/actions_bot_token
29+ parse-json-secrets : true
30+
2131 - name : Checkout repository
2232 uses : actions/checkout@v4
2333 with :
7989 title : ' auto-docs: Update RPCN connector docs'
8090 commit-message : ' docs: Update RPCN connector docs'
8191 body : ${{ steps.generate.outputs.delta_report }}
82- labels : auto-docs
92+ labels : auto-docs
You can’t perform that action at this time.
0 commit comments