Skip to content

Commit

Permalink
fix: use the IDENTUS_CI token (#149)
Browse files Browse the repository at this point in the history
In release-gh-pages.yml replace the token from GITHUB_TOKEN to IDENTUS_CI

Signed-off-by: Fabio Pinheiro <fabiomgpinheiro@gmail.com>
  • Loading branch information
FabioPinheiro authored Aug 13, 2024
1 parent 2b9fc55 commit f89f7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
# https://github.com/marketplace/actions/github-pages-action
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.IDENTUS_CI }}
publish_dir: ./build
# cname: doc.did.fmgp.app

0 comments on commit f89f7ad

Please sign in to comment.