We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8388544 commit df5058dCopy full SHA for df5058d
.github/workflows/docs.yaml
@@ -239,6 +239,6 @@ jobs:
239
- name: 🚀 Publish GitHub Pages
240
uses: peaceiris/actions-gh-pages@v4
241
with:
242
- github_token: ${{ github.token }}
+ github_token: ${{ secrets.GITHUB_TOKEN || github.token }}
243
publish_dir: ./github-pages
244
cname: leios.cardano-scaling.org
0 commit comments