Skip to content

Commit a1cb648

Browse files
authored
Docs deploy manual (#136)
* add the manual trigger for docs build in actions
1 parent 8ad8fb5 commit a1cb648

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- main
66
paths:
77
- 'docs/**'
8+
workflow_dispatch:
89

910
permissions:
1011
contents: write

docs/configuration-guides/denylist-leaked-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For REST API, should any of the flagged tokens surface in a request, the API Fir
88

99
To enable the denylist feature:
1010

11-
1. Draft a .txt file with the compromised tokens. Each token should be on a new line. Here is an example:
11+
1. Draft a `.txt` file with the compromised tokens. Each token should be on a new line. Here is an example:
1212

1313
```txt
1414
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzb21lIjoicGF5bG9hZDk5OTk5ODIifQ.CUq8iJ_LUzQMfDTvArpz6jUyK0Qyn7jZ9WCqE0xKTCA

0 commit comments

Comments
 (0)