branch: externals/org-transclusion
commit 2dd8a98c0fad35114f564ddb0ed64afd79fc3b9f
Author: Noboru Ota <[email protected]>
Commit: Noboru Ota <[email protected]>
docs:gh: token
---
.github/workflows/gh-docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/gh-docs.yml b/.github/workflows/gh-docs.yml
index b7ab195936..f6bb263191 100644
--- a/.github/workflows/gh-docs.yml
+++ b/.github/workflows/gh-docs.yml
@@ -23,6 +23,6 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ token: ${{ secrets.ACCESS_TOKEN }}
branch: main # The branch the action should deploy to.
folder: docs # The folder the action should deploy.