We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ce14a commit d3825f0Copy full SHA for d3825f0
.github/workflows/docs.yml
@@ -37,7 +37,7 @@ jobs:
37
REPO: self
38
BRANCH: gh-pages
39
FOLDER: storybook-static
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GOOGLEWORKSPACE_BOT_TOKEN }}
41
CLEAR_GLOBS_FILE: .github/.clear_pages_glob
42
# only tags
43
- uses: s0/git-publish-subdir-action@61eb9e6420447e7cbf010f7cce37103665c46bfa
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
TARGET: versions/tags/${{ github.ref_name }}
51
52
0 commit comments