1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 21:10:05 +00:00

chore(gh-action): fixed access token

This commit is contained in:
Yury Shkoda
2023-08-08 15:46:56 +03:00
parent 5756638dc2
commit 4851f25753
3 changed files with 4 additions and 4 deletions

View File

@@ -37,8 +37,8 @@ jobs:
- name: Push generated docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./docs
publish_dir: ./docs
cname: adapter.sasjs.io