branch: externals/org-transclusion
commit 6f5f0dea5bd61d79b5d6d0250a3afed1b552be1c
Author: Noboru Ota <[email protected]>
Commit: Noboru Ota <[email protected]>
docs:gh action access token
Don't know what I'm doing exactly.
---
.github/workflows/gh-docs.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/gh-docs.yml b/.github/workflows/gh-docs.yml
index 596a93709e..b7ab195936 100644
--- a/.github/workflows/gh-docs.yml
+++ b/.github/workflows/gh-docs.yml
@@ -23,5 +23,6 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
+ ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
branch: main # The branch the action should deploy to.
folder: docs # The folder the action should deploy.