Skip to content

Commit f89f7ad

Browse files
fix: use the IDENTUS_CI token (#149)
In release-gh-pages.yml replace the token from GITHUB_TOKEN to IDENTUS_CI Signed-off-by: Fabio Pinheiro <[email protected]>
1 parent 2b9fc55 commit f89f7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
# https://github.com/marketplace/actions/github-pages-action
4242
uses: peaceiris/actions-gh-pages@v3
4343
with:
44-
github_token: ${{ secrets.GITHUB_TOKEN }}
44+
github_token: ${{ secrets.IDENTUS_CI }}
4545
publish_dir: ./build
4646
# cname: doc.did.fmgp.app

0 commit comments

Comments
 (0)