File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Dependabot auto-approve
2
- on : pull_request
2
+ on :
3
+ pull_request :
4
+ workflow_dispatch :
5
+
3
6
permissions :
4
7
pull-requests : write
5
8
id-token : write
9
+ contents : read
6
10
jobs :
7
11
dependabot :
8
12
runs-on : ubuntu-latest
17
21
uses : aws-actions/configure-aws-credentials@v4
18
22
with :
19
23
aws-region : us-west-2
20
- role-to-assume : ${{ secrets.SECRETS_AWS_PACKAGING_ROLE_TO_ASSUME }}
24
+ role-to-assume : arn:aws:iam::206735643321:role/ConfigureAwsCredentialsPackageRole
21
25
role-duration-seconds : 900
22
26
- name : Get bot user token
23
27
uses : aws-actions/aws-secretsmanager-get-secrets@v2
Original file line number Diff line number Diff line change 6
6
"build" : " tsc" ,
7
7
"lint" : " biome check --error-on-warnings ./src" ,
8
8
"package" : " npm run build && ncc build --license THIRD-PARTY -o dist && ncc build src/cleanup/index.ts -o dist/cleanup && cpy dist/THIRD-PARTY . && del-cli dist/THIRD-PARTY" ,
9
- "test" : " npm run lint && vitest run"
9
+ "test" : " npm run lint && vitest run && npm run build "
10
10
},
11
11
"author" : {
12
12
"name" : " Amazon.com, Inc. or its affiliates" ,
You can’t perform that action at this time.
0 commit comments