File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 28
28
secrets :
29
29
GH_API_TOKEN : ${{ secrets.GH_API_TOKEN }}
30
30
TARGET_REPO : ${{ secrets.TARGET_REPO }}
31
+ STORYBLOK_ACCESS_TOKEN : ${{ secrets.STORYBLOK_ACCESS_TOKEN }}
31
32
repository-dispatch :
32
33
if : (github.event_name == 'repository_dispatch' && github.event.action == 'update_docs')
33
34
uses : platformatic/docs/.github/workflows/rebuild-and-deploy-docs.yml@main
38
39
secrets :
39
40
GH_API_TOKEN : ${{ secrets.GH_API_TOKEN }}
40
41
TARGET_REPO : ${{ secrets.TARGET_REPO }}
42
+ STORYBLOK_ACCESS_TOKEN : ${{ secrets.STORYBLOK_ACCESS_TOKEN }}
41
43
workflow-dispatch :
42
44
if : (github.event_name == 'workflow_dispatch')
43
45
uses : platformatic/docs/.github/workflows/rebuild-and-deploy-docs.yml@main
48
50
secrets :
49
51
GH_API_TOKEN : ${{ secrets.GH_API_TOKEN }}
50
52
TARGET_REPO : ${{ secrets.TARGET_REPO }}
53
+ STORYBLOK_ACCESS_TOKEN : ${{ secrets.STORYBLOK_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 32
32
TARGET_REPO :
33
33
description : " The repo where Docusaurus is"
34
34
required : true
35
+ STORYBLOK_ACCESS_TOKEN :
36
+ description : " Storyblok access token"
37
+ required : true
35
38
jobs :
36
39
build-and-publish :
37
40
runs-on : ubuntu-latest
53
56
env :
54
57
TARGET_REPO : ${{ secrets.TARGET_REPO }}
55
58
GH_API_TOKEN : ${{ secrets.GH_API_TOKEN }}
59
+ STORYBLOK_ACCESS_TOKEN : ${{ secrets.STORYBLOK_ACCESS_TOKEN }}
56
60
- name : Print current versions
57
61
run : |
58
62
echo "Remote versions: ${{ steps.check.outputs.remote-versions }}"
65
69
env :
66
70
TARGET_REPO : ${{ secrets.TARGET_REPO }}
67
71
GH_API_TOKEN : ${{ secrets.GH_API_TOKEN }}
72
+ STORYBLOK_ACCESS_TOKEN : ${{ secrets.STORYBLOK_ACCESS_TOKEN }}
68
73
- name : Push commit
69
74
if : inputs.original_event == 'push_on_main' || inputs.force || steps.check.outputs.needs-update == 'true'
70
75
uses : stefanzweifel/git-auto-commit-action@v4
You can’t perform that action at this time.
0 commit comments