Skip to content

Commit 40206a5

Browse files
committed
fix: docs
1 parent 1347257 commit 40206a5

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ steps:
6969
7070
| Input | Description | Required |
7171
|------------------|--------------------------------|----------|
72-
| access-token | SettleMint Access Token | Yes |
72+
| personal-access-token | SettleMint Personal Access Token | Yes |
73+
| access-token | SettleMint ApplicationAccess Token | Yes |
7374
7475
### Optional
7576
@@ -91,10 +92,8 @@ steps:
9192
| hd-private-key | HD private key | - |
9293
| minio | MinIO ID | - |
9394
| ipfs | IPFS ID | - |
94-
| auth-secret | Auth secret | - |
9595
| custom-deployment | Custom deployment ID | - |
9696
| blockscout | Blockscout ID | - |
97-
| nextauth-url | NextAuth URL | - |
9897
| smart-contract-set | Smart contract set ID | - |
9998
10099
## Common Use Cases

action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,12 @@ inputs:
6666
ipfs:
6767
description: 'SettleMint IPFS ID'
6868
required: false
69-
auth-secret:
70-
description: 'SettleMint auth secret'
71-
required: false
7269
custom-deployment:
7370
description: 'SettleMint custom deployment ID'
7471
required: false
7572
blockscout:
7673
description: 'SettleMint Blockscout ID'
7774
required: false
78-
nextauth-url:
79-
description: 'NextAuth URL'
80-
required: false
8175
smart-contract-set:
8276
description: 'SettleMint smart contract set ID'
8377
required: false

0 commit comments

Comments
 (0)