File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
- ' gh-pages'
7
7
8
8
env :
9
- GH_TOKEN_DISPATCH : ${{ secrets.GH_TOKEN_DISPATCH }}
9
+ GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
10
10
11
11
jobs :
12
12
build :
21
21
with :
22
22
branch : " spring-session/main" # The branch the action should deploy to.
23
23
folder : " spring-session-docs/build/generateAntora" # The folder the action should deploy.
24
- repository-name : " rwinch /spring-security -docs-generated "
25
- token : ${{ secrets.GH_TOKEN_DISPATCH }}
24
+ repository-name : " spring-io /spring-generated -docs"
25
+ token : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
26
26
- name : Dispatch Build Request
27
- run : ${GITHUB_WORKSPACE}/.github/actions/dispatch.sh 'rwinch/spring-reference' "$GH_TOKEN_DISPATCH "
27
+ run : ${GITHUB_WORKSPACE}/.github/actions/dispatch.sh 'rwinch/spring-reference' "$GH_ACTIONS_REPO_TOKEN "
You can’t perform that action at this time.
0 commit comments