Skip to content

Commit 23b3498

Browse files
committed
Change GITHUB_TOKEN to DOCUACTIONS_TOKEN as secret names must not start with GITHUB_.
1 parent 4a1180a commit 23b3498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: docuactions/github-pages@main
1919
env:
2020
DOCUACTIONS_TOKEN: ${{ secrets.DOCUACTIONS_TOKEN }}
21-
GITHUB_DEPLOYMENT: ${{ secrets.DOCUACTIONS_DEPLOYMENT }}
21+
DOCUACTIONS_DEPLOYMENT: ${{ secrets.DOCUACTIONS_DEPLOYMENT }}
2222
```
2323
2424
## Configuration

0 commit comments

Comments
 (0)