Skip to content

Commit df5058d

Browse files
committed
git: update token
1 parent 8388544 commit df5058d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,6 @@ jobs:
239239
- name: 🚀 Publish GitHub Pages
240240
uses: peaceiris/actions-gh-pages@v4
241241
with:
242-
github_token: ${{ github.token }}
242+
github_token: ${{ secrets.GITHUB_TOKEN || github.token }}
243243
publish_dir: ./github-pages
244244
cname: leios.cardano-scaling.org

0 commit comments

Comments
 (0)