Skip to content

Commit fee625d

Browse files
committed
Update readme
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 15faeef commit fee625d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fine-grained token with the following permissions:
3939
|------------------------|-------------------------------------------------------------------------------------------------------|----------|------------------------|
4040
| `token` | GitHub Personal Access Token (Fine-Grained with: Repository custom properties `Read and Write` scope) | ✅ Yes ||
4141
| `repo-properties.yaml` | File should be located in the root-level directory. | ✅ Yes | `repo-properties.yaml` |
42+
| `sleep-length` | Time (seconds) to sleep between API calls | :x: No | `1 second`
4243

4344
---
4445

@@ -54,6 +55,7 @@ jobs:
5455
- uses: PandasWhoCode/update-custom-properties@v1
5556
with:
5657
token: ${{ secrets.GH_CUSTOM_PROPERTIES_TOKEN }}
58+
sleep-length: 5
5759
```
5860
5961
---

0 commit comments

Comments
 (0)